Tagged Questions

15
votes
14answers
9k views

C++ code in header files

My personal style with C++ has always to put class declarations in an include file, and definitions in a .cpp file, very much like stipulated in Martin York's answer to C++ Header Files, Code ...