Status: Tags: Links: Compiling C and C++ Programs
Compiling cpp without main function
|
|
For example, you can compile testcirc.cpp using the Circle.o object file:
g++ -o test testcirc1.cpp Circle.o
, execute using ./test
Backlinks
|
|
References:
Created:: 2022-01-18 15:29