News

I always have one .cpp file (for function definitions) and one .h file ... it might be wise to put it in a separate header file and include that. So for example, you'd have MyClass.cpp, ...