Classes in a header

Started by
0 comments, last by Sand_Hawk 21 years, 4 months ago
Well, I am working on a project where I have several classes. However, one of my classes is starting to get big(So is the .cpp file). Do I need to split this stuff into smaller files? Sand Hawk ---------------- -Earth is 98% full. Please delete anybody you can.
My Site
----------------(Inspired by Pouya)
Advertisement
You don''t need to, but if it''s getting unmanageable, then you should. Remember, you''re doing this to make it easier for yourself to keep track of everything (and/or others, if you are working in a project with other people).

Further reading: http://www.gamedev.net/reference/programming/features/orgfiles/

This topic is closed to new replies.

Advertisement