In my c++ classes (at school), my teachers have always had us lump together our classes, main body and everything in the same file. I don't think this is really the best way to do things, how do you ...
The default organization method Visual Studio uses when adding classes is to put each class in a separate file. That doesn't mean you should do the same thing. This is especially true in Visual Studio ...