ok so i read about file I/O and the that only allows me to edit files...
let's say i have a program that needs login info.
the user creates his username and password and can then login with it.
but when he closes the program, obviously the info. is lost.. so how can i save this info. to an external file and then retrieve it again when he runs the program so that he can login straight away ? D:
basically just wanting to save 2 variables and load them when program starts...
btw just need to know how to do this in a win32 console app...
thnx :)