Woops, wrong there. Nick explained how it works and now it's clear to me. Thanks
Now, I made a little test and after seeing that it didn't compile because stdio.h wasn't included, it works. Now I have a program that changes every test in the textfile to Vest ;D
The program, the textfile and the source is included in attached zip.
Man, this stuff's fun. Can't wait to learn the next step (having the user inputting the filename, storing it as a string and changing the filename in fopen(); to the string)
Edit: can't seem to get the syntaxis for the array in fopen(); right. It's now this: and gives a 'parse error before character constant'-error.
Code: Select all
char Filename[20]
cout << "blabla";
cin.getline (Filename, 20, '/n');
FILE* pFilePointer = fopen ( &Filename '/n' , "r+b" );
That's the part of the code that's wrong somewhere (I think somewhere in the &Filename-section.
-Kon-Tiki-
[attachment deleted by admin]