Hi i'm new here and learning C++
ive just created 2 very simple files , one hpp, and one cpp.. They are located in the same directory and I've added the directory to the C++ includes list through the 'Tools > Compiler Options' window.
using the command
#include "Cat.hpp"
i get the following error
5 K:- C++ Excercises\Cat.cpp In file included from Cat.cpp
And the source does not compile.
Can anyone tell me what I need to do to get this to work?
Nevermind, Looks like I'm using Code::Blocks instead.... (Thanks jalf) ;-)