|
-
Jul 4th, 2002, 11:02 AM
#8
Monday Morning Lunatic
All the class definitions (class whatever { } need to go into a header, and the code for the functions in those classes need to go into a .cpp file.
Well, you can write small functions inline inside the header and they'll get expanded for extra performance (but big functions won't, so it's best to put those in source files).
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|