[Solved] How to compile C++ codes in Linux with source files hidden? [closed]


Once a binary is created from C++ source files, the original source files are not needed in order to run the program. You can distribute only the compiled program.

solved How to compile C++ codes in Linux with source files hidden? [closed]