Hi, I'm quite new to C++ programming, so please be nice. 
Basically I'm having trouble compiling my program in Linux, having previously coded my program in Windows using Netbeans.
I have written 4 classes for my program, each having its own header file with the extension .hpp, in Windows when compiling I had to place these files inside my MinGW include folder.
Now, compiling in Linux, I was told that you can keep the .hpp files in the same folder as the .cpp files. However the error:
No such file or directory.
Is returned each time I try to compile, relating to the hpp file each time. Is there something that I'm doing wrong? Any help would be brilliant.
Thanks

Basically I'm having trouble compiling my program in Linux, having previously coded my program in Windows using Netbeans.
I have written 4 classes for my program, each having its own header file with the extension .hpp, in Windows when compiling I had to place these files inside my MinGW include folder.
Now, compiling in Linux, I was told that you can keep the .hpp files in the same folder as the .cpp files. However the error:
No such file or directory.
Is returned each time I try to compile, relating to the hpp file each time. Is there something that I'm doing wrong? Any help would be brilliant.

Thanks
