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
You need to put an include like this:
#include "headerfilename.h"
at the very top of each .cpp document.