I have only just recently starting using Visual Studio and Visual C++ and I've noticed that left to it's own devices the IDE has you put code it the header files of your projects rather then in a separate .cpp file. I know this works and compiles but was just wondering if this was considered good form Would it be better to make the effort to separate the code from the headers
TTIA,
Rene

Good Style?
rebgez
The following 2 links might indirectly answer your issue and explain more about the such use:
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=4153&SiteID=1
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=162456&SiteID
Hope this helps!
Thanks, Ayman Shoukry VC++ Team