codeblocks 显示不包括#include <stack> 怎么解决
2015-07-14
展开全部
用以下代码试一下:
#include <fstream>
#include <iostream>
using namespace std;
#include <windows.h>
int main()
{
int a[10]={1,2,3,4,5,6,7,8,9,10};
ofstream fout("G:\\fuck.txt",ios::out);
if ( fout.fail() )
{
cout << "open file error\n";
cout <<"errno: " <<GetLastError () <<endl;
return -1;
}
/*
for(int i=0;i<10;i++)
fout<<a[i]<<endl;
fout.close();
*/
return 0;
}
#include <fstream>
#include <iostream>
using namespace std;
#include <windows.h>
int main()
{
int a[10]={1,2,3,4,5,6,7,8,9,10};
ofstream fout("G:\\fuck.txt",ios::out);
if ( fout.fail() )
{
cout << "open file error\n";
cout <<"errno: " <<GetLastError () <<endl;
return -1;
}
/*
for(int i=0;i<10;i++)
fout<<a[i]<<endl;
fout.close();
*/
return 0;
}
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询