A
alex
HI,all:
I use ofstream of stl to manange a file, but how can I get size of
the file?
// open file
std:fstream * log = new std:fstream( "test.log" );
// get size
???
I use ofstream of stl to manange a file, but how can I get size of
the file?
// open file
std:fstream * log = new std:fstream( "test.log" );
// get size
???