标签:color 文本 class 数据 code txt文本 int string style
1.C++读取txt文本数据
ifstream infile; string num; int x; infile.open("xxx.txt"); while(infile>>num) { x = atoi(num.c_str()); }
标签:color 文本 class 数据 code txt文本 int string style
原文地址:http://www.cnblogs.com/cbyzju/p/6291173.html