I need to make an Eclipse project in C++ to read many small text files, store them in a big register file and read the text from the big file.
My problem is that I can't compile, I'm a begginer in C++ and I have no experience with compilation (all I know is g++ main.cc -o main to compile one single file) and this shit (sorry!) doesn't help me.
The link to the result I get: http://img442.imageshack.us/img442/5541/screenshotyl.png
Remember: I am learning it, so please be kind.