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
I think you should have #include"func_x.cpp" in your func_main.cpp
#include"func_x.cpp"
func_main.cpp