J
JKop
How should I go about file access in a portable C++ program? I've had a
quick look through a reference and seen "fopen". Should I use that? Or has
it been superseeded, sort of like "printf" and "std::cout"?
What I want to do is open an ASCII text file, read some stuff, then erase
certain stuff from the file.
Thanks,
-JKop
quick look through a reference and seen "fopen". Should I use that? Or has
it been superseeded, sort of like "printf" and "std::cout"?
What I want to do is open an ASCII text file, read some stuff, then erase
certain stuff from the file.
Thanks,
-JKop