Source File Organization for C++ Projects Part 2: Directories and Namespaces
Since my last post you know what I think how C++ code should be split into header and source files. But where should we put those files? How should the directory structure […]