Search Results

Search: Posts Made By: BeNdErR
Forum: Programming 06-30-2009
3,739
Posted By BeNdErR
yes, i did not because of the length of the part...
yes, i did not because of the length of the part where i set the value of head :D thougth was better just say that head was the pointer to the head of my entire list instead of posting the code...
Forum: Programming 06-30-2009
3,739
Posted By BeNdErR
wait, I forgot to say that *head is the head of...
wait, I forgot to say that *head is the head of my entire list.. So I've to initialize each pointer at least to NULL value?
Forum: Programming 06-29-2009
3,739
Posted By BeNdErR
thanks for your reply :) I solved my problem in...
thanks for your reply :) I solved my problem in another way.. but I'll try your solution too :D pratice makes perfect!

but there are some other question/responses I'd like to know:

1) I laughed...
Forum: Programming 06-28-2009
3,739
Posted By BeNdErR
Problems with shared memory and lists
Hi, I need to put in shared memory a list made with object of this structure:

typedef struct Obj{
char objname[20];
struct Obj *nextObj;
}Object
I've filled my list with (for example) 10...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 03:14 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy