Relative Content

Tag Archive for modules

What’s a DRY alternative to c++ header files? [duplicate]

This question already has an answer here: How to reuse c++ code? [closed] (1 answer) Closed 10 years ago. In c++, is there any other way, besides header files, to use a function defined in file A.cpp, inside file B.cpp that would be considered good programming practice? c++ code-reuse modules 4 With your restriction of […]