from the cobwebs

Started by
0 comments, last by Oluseyi 19 years, 6 months ago
I've been debating whteher or not to go into actual computer programming from web, and I arrived at a question... I don't get how this works. You have header.h with declaratiosn of class stuff. Then header.cpp (w/ header.h included) with the definitions of funcionts of the class delcared in .h. Now, in driver.cpp, you include header.h, and you use a funciotn declared there. How does header.cpp get accessed or used in anyway within the program? Are all .cpps meshed together in order of the file tree or something?
Advertisement
Organizing Code Files in C and C++

Object file

Linker


Enjoy!

This topic is closed to new replies.

Advertisement