Question for C++ programmers

by Jason Haley 4. August 2004 08:26

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.

Comments (29) | Post RSSRSS comment feed |

Categories:
Tags:

Comments

Comments are closed