cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Naming conventions with multiple files?
Naming conventions with multiple files?
Aug 23, 2012 at 11:52pm UTC
georgep
(158)
So I know that, in general, files are named after their functions or their classes.
But for a small project, I just want to throw all my classes, functions and global constants into one file. Is there any convention for naming such a file?
Aug 24, 2012 at 1:14am UTC
shacktar
(1187)
There are no conventions for this that I know of. You can just call it
[YourProjectName].h
Aug 24, 2012 at 1:49am UTC
georgep
(158)
Okay, thanks.
Topic archived. No new replies allowed.