Okay, I tried something from the link you posted, but I just got more confused :lol:
I'll post you what im using now:
filebuf iobuf;
iobuf.open("Character.xls",ios_base::in | ios_base::out);
\\ loads of input text
iobuf.close();
<< moderator edit: added
[code][/code] tags >>
I'm still using the fout because the compiler tells me its necessary to input the data, but now the program wont return me anything, it leaves the file in blank, just like it was. So:
1. Do I have to create another way of calling a file output?
2. Do I need something else than #include <fstream>?
I've worked in this program four days in a row, just stopping to eat, sleep and other neccessities, and now that I've reached the end it just seems I worked for nothing. Its frustating, please help :cry:
Im kind of new to programming, only the past 2 weeks with tutorials all by myself, if you can explain something to me I'm willing to learn, just go easy