|
|
|
|
|
by scraft
2376 days ago
|
|
Header only fixes the lack of build system/module system as part of the language. Some popular build systems include: make, cmake, Visual Studio, Xcode project. Each has a different format for specifying source/header/libraries - and even if you provide project files for all of the above, then what about the other 1,000 build systems? Header only is nice and easy, dump file in the project, #include and your job is done. |
|