Search Results

Search: Posts Made By: brinch
Forum: Programming 01-20-2010
2,197
Posted By brinch
Question about strings in ansi C
How do I make an array of strings in C? I know that a string is an array of chars, so what I need is an array of char arrays. Basically what I would like to have is the following:

filenames[0] =...
Forum: Programming 07-18-2009
2,402
Posted By brinch
Yes, that is of course what i meant. Thanks for...
Yes, that is of course what i meant. Thanks for the help.
Forum: Programming 07-17-2009
2,402
Posted By brinch
Dynamically allocated structures in C
I have a pointer to a structure containing an integer pointer:

struct members {
int id;
int *neigh;
};

The number of members N and its neighbors M change as the code runs, so I...
Forum: Programming 01-14-2009
1,769
Posted By brinch
Problem with linked lists
I am working on a problem for which I need to use a linked list of a sort. For this particular application I need each node to refer to a set of other nodes.
A simplified version of the code looks...
Showing results 1 to 4 of 4

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