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 use code::blocks too, and I had the same problem. The default setting in this IDE is that only one file is built. Here's what I did: project -> properties -> build targets -> Select the files related in the bottom right section. Hope this helps!