I'm having some real trouble with this and it is just stressing me out so much.
I have TextPad. And I've been using it to write 'fairly' simple C++ programs.
So yes, everything was compiling, loading and running fine. Until I decided that I was going to include 3 files to execute a program. So I've got a header file, a main file, and a 'function file' I suppose you could call it. I'm trying to compile them and get them to run.
Now the method I'm carrying out is following a guide provided by my lecturer, but it is failing. I've emailed him but I haven't got the patience to wait for his reply as I want to get some work done. My configuration is as follows:

Yes, I have cygwin installed. Yes, the compiler creates .o files. But the 'load c++' as far as I understand is meant to load the .o files and create a .exe file. However I just can't get it to work.
So the compile c++ provides me with the message 'Tool completed sucessfully', and this creates a .o file in the folder of the .cpp file. I then use the load c++ file and I receive this message:
g++-3: ÔÇôo: No such file or directory
Tool completed with exit code 1
Any help is greatly appreciated.