Since 4/14/2012 7:29:01 AM, svatoboj has written 3 articles and participated in 17 conversations. svatoboj signature: svatoboj
svatoboj's articles:
Items(3) /1
A pointer as a porameter of the function2033 (11/14/2006 3:06:05 PM) comp.lang.c Hello there, after some time of pondering I come to some solution which would suit me best. Please correct, if I am wrong. Function has two parameters. A string array, better said a pointer to it, char *p_buf ... svata
A function returning string or pointer1831 (11/13/2006 2:44:51 PM) comp.lang.c Hello to all, as a result from my previous post I'm busy with splitting code into functions. The one problem ( out of many ) I encounter is how to properly use/code a function which returns either array of ch... svata
2D array of structures4425 (11/7/2006 3:04:13 PM) comp.lang.c Hello, I wonder how to resize such array of structures using realloc()? #include #include #define FIRST 7 typedef struct { char *name; int i; int j; } STRUCTURE; STRUCTURE **p_structure; int m... svata
svatoboj's replies:
Items(3) /1
2D array of structures4425 (11/7/2006 3:04:13 PM) comp.lang.c Hello, I wonder how to resize such array of structures using realloc()? #include #include #define FIRST 7 typedef struct { char *name; int i; int j; } STRUCTURE; STRUCTURE **p_structure; int m... svatoboj(20)
A function returning string or pointer1831 (11/13/2006 2:44:51 PM) comp.lang.c Hello to all, as a result from my previous post I'm busy with splitting code into functions. The one problem ( out of many ) I encounter is how to properly use/code a function which returns either array of ch... svatoboj(20)
A pointer as a porameter of the function2033 (11/14/2006 3:06:05 PM) comp.lang.c Hello there, after some time of pondering I come to some solution which would suit me best. Please correct, if I am wrong. Function has two parameters. A string array, better said a pointer to it, char *p_buf ... svatoboj(20)