News

You should *start* with the header file, comment it and nicely lay out the structure, and have that file generate the .cpp file by duplicating the definitions of the class functions. Then then ...
I always have one .cpp file (for function definitions) and one .h file ... <BR>You have to use using<BR>No header files or #include ... Be careful though, the forward must match the actual ...