7. Run the sample program
7.1 Run the sample program
7.1.1 Build
Build the sample program test.cc using the following commands :
cmake .
make
7.1.2 Run
Now run the sample program using the following command :
./test_ex
Last updated
Was this helpful?