I know, stupid question. But I’m in a data structure class, and it requires me to use an “accepted convention” of setting up a program. I have always set up my programs with the .cpp having the main, and the .h files having the classes and class’s member’s definitions. However, according to the convention, the .h file is not to have the definitions in them. So I’m guessing they go into the .c file. Is that true?
If so, them I’m confused about something else. The convention also states that you are to include any .c file in any files. What!!!!!!!!! Then how are you suppose to use the damn functions.
If so, them I’m confused about something else. The convention also states that you are to include any .c file in any files. What!!!!!!!!! Then how are you suppose to use the damn functions.
Comment