Tagged Questions
5
votes
11answers
8k views
Multiple classes in a header file vs. a single header file per class
For whatever reason, our company has a coding guideline that states:
Each class shall have it's own header and implementation file.
So if we wrote a class called MyString we would need an associated ...