Tagged Questions
5
votes
4answers
529 views
Ways to organize interface and implementation in C++
I've seen that there are several different paradigms in C++ concerning what goes into the header file and what to the cpp file. AFAIK, most people, especially those from a C background, do:
foo.h
...