What do you put in the .h (header) file vs. what do you put in the .cpp file?
I have been doing some win form applications in managed C++ and it puts most of its code that I thought would be in the .cpp file in-line in the .h file...but since I am just learning C++, I thought I would ask.