Good Style?

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


Answer this question

Good Style?