现在不知道从哪下手啊只知道
#include<iostream>
#include<fstream>
#include<string>
using namespace std;
int main()
{
ifstream fin("Sunset.jpg");
string line;
while(getline(fin,line))
cout<<line<<endl;
return 0;
}只知道读出照片,但我这个代码貌似还不行,用vc6.0后 会提示出“?
resolution
copyright flag”
真心不会啊,求指教