[Solved] Code usability in c++ [closed]

Yes of course it is. How to make it happen depends on what these two files are (header files or main code files). Let’s call them function_defined.___ and function_used.___. There are two cases, depending on what each is. function_defined.hpp The simplest case — In function_defined.hpp, put int funct(int argument) {return 1} and in function_used.(c/h)pp, just … Read more