Hi

I have partly made a program that is supposed to be able to execute a search and replace action from lets say a batch file or a shortcut.
I have managed to make the program accept the inputs, so basicly all i need now is the search and replace function

I have never done anything with files before (ok, i have used a_file<<" "; to write to a file, but thats not exactly what im after) so i basicly dont know where to look.

Does someone know a good tutorials for file handeling ( preferably something that includes something relevant to what im after ) or just file handeling in general.

My compiler is Dev-C++ and this program only needs to work on windows (xp) which is the OS im using.

Im sorry if this has been answered before, i used the search function, but couldent find anything relevant

Thanks in advance.

~DumAzz~

P.S (Yes, im new to c++)