In the post of banfa
"Do you know about multiple inclusion protection?"
I know it's not "multiple inclusion protection"...
User Profile
Collapse
-
right donbock , i read multiple inclusion protection .
Another way ????...Leave a comment:
-
How access to struct in .h , from my principal program
i'm writing a header , from define a struct.
The question is , how declare this struct in my main.c .
function.c
function.hCode:struct data{ size_t n; gsl_vector *y; };
main.cCode:/*here should be the struc data*/ ?????
Errors...Code:#include "function.h" struct data d = { n, y };
No activity results to display
Show More
Leave a comment: