I\'m doing an exercise (from the third chapter of Thinking in C++) but I have a problem linking two .cpp files. This is the exercise:
Create a h
gcc -c func_ex.cpp -o func_ex.o gcc func_ex_main.cpp func_ex.o -o func_ex_main