Forum: C
Oct 5th, 2005, 1:46 PM
|
|
Replies: 24
Views: 794
Hee hee - it is a 10 year old book!
Thanks to...
Hee hee - it is a 10 year old book!
Thanks to this forum i seem to have got a bit of spark back! This is my first post using linux - and it feels like home. Got an interview next week - a long time...
|
Forum: C
Sep 30th, 2005, 4:19 PM
|
|
Replies: 12
Views: 547
Here's a list ripped from:...
Here's a list ripped from: http://www.ece.utexas.edu/~valvano/assmbly/local.htm
Reasons why we place local variables on the stack include:
- dynamic allocation/release allows for reuse of...
|
Forum: C
Sep 30th, 2005, 2:56 AM
|
|
Replies: 24
Views: 794
Thats a very good idea too. At the moment i am...
Thats a very good idea too. At the moment i am going to install linux and then start developing a test harness to send messages between processes.
For my own OS - i need to learn how to get linux to...
|
Forum: C
Sep 29th, 2005, 4:16 PM
|
|
Replies: 12
Views: 547
What development environment are you talking...
What development environment are you talking about dude ?
Anyway, i may have been incorrect - not completely, but a bit:
A compiler can allocate variables to the stack or to a register (if it's...
|
Forum: C
Sep 29th, 2005, 10:49 AM
|
|
Replies: 8
Views: 304
|
Forum: C
Sep 29th, 2005, 9:54 AM
|
|
Replies: 8
Views: 304
Beowulf Cluster Manager.....
I have started another thread to make this tidy - if this needs moving then please let me know.
Some nice guy (Infinite Recursion) suggested i write some software to create a manager for a linux...
|
Forum: C
Sep 29th, 2005, 9:22 AM
|
|
Replies: 24
Views: 794
|
Forum: C
Sep 29th, 2005, 4:38 AM
|
|
Replies: 12
Views: 547
Just a quick query here guys - sorry if im...
Just a quick query here guys - sorry if im hogging your thread!
Where i'm from (embededd environments) (and please correct me if i'm wrong because i am rusty) in Aloksaves function temp() there is...
|
Forum: C
Sep 29th, 2005, 4:12 AM
|
|
Replies: 6
Views: 374
Thats an excellent link anmatronic. It's...
Thats an excellent link anmatronic. It's bookmarked!
As it says, most experienced programmers use "p = malloc ( n * sizeof *p );"
I may have added a few parenthesis ie. sizeof(*p) but this makes...
|
Forum: C
Sep 29th, 2005, 2:54 AM
|
|
Replies: 24
Views: 794
Thanks everyone - very good of you all!
Very...
Thanks everyone - very good of you all!
Very interesting - after reading what a beowulf cluster actually is i've had a think about this.
Do you suggest i start a new thread ?
Thanks again
|
Forum: C
Sep 28th, 2005, 2:15 PM
|
|
Replies: 24
Views: 794
Right, yes, i have done C++ for a few years -...
Right, yes, i have done C++ for a few years - using UML for my OO. However, i am by no means an expert - which i should be on C considering i've done it for 8 years. However, i don't feel like an...
|
Forum: C
Sep 28th, 2005, 2:13 PM
|
|
Replies: 24
Views: 794
|
Forum: C
Sep 28th, 2005, 1:16 PM
|
|
Replies: 24
Views: 794
|