当前位置: 技术问答>linux和unix
g++的问题,还是?不懂。。。
来源: 互联网 发布时间:2016-01-28
本文导语: #include #include #include using namespace std; int main() { ifstream out("t.txt"); string line; int i = 0; while(1) { if(out.eof()) break; out >> line ; cout
#include
#include
#include
using namespace std;
int main()
{
ifstream out("t.txt");
string line;
int i = 0;
while(1)
{
if(out.eof())
break;
out >> line ;
cout
#include
#include
using namespace std;
int main()
{
ifstream out("t.txt");
string line;
int i = 0;
while(1)
{
if(out.eof())
break;
out >> line ;
cout