Programs are runable binaries created through multiple files
Creation
I have 2 files
make sure to have the C++ Forward Declaration for the other file’s functions
then compile with
g++ -o main main.cpp add.cpp
Programs are runable binaries created through multiple files
I have 2 files
make sure to have the C++ Forward Declaration for the other file’s functions
then compile with
g++ -o main main.cpp add.cpp