Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/15/04 13:30
Read: times


 
#79356 - RE: Need another .c file
Responding to: ???'s previous message
"but I get a compiling error"

WHAT COMPILING ERROR???

Look, at the top of every .h file do this:

#ifndef THE_NAME_OF_THIS_HEADER_FILE
#define THE_NAME_OF_THIS_HEADER_FILE

//Declarations

#endif

DO NOT put all this #ifndef stuff in your .c files before the #include statements, put it in the header files.

Look at the header files supplied with your 'C' compiler or read a 'C' book for goodness sake.

List of 2 messages in thread
TopicAuthorDate
Need another .c file            01/01/70 00:00      
   RE: Need another .c file            01/01/70 00:00      

Back to Subject List