ifstream in("STLExtension.h",ios::ate);
if (in.is_open())
{
cout << "file length is " << in.tellg() << endl;
}
相关文章:
ifstream in("STLExtension.h",ios::ate);
if (in.is_open())
{
cout << "file length is " << in.tellg() << endl;
}
相关文章: