摘要:
#include <iostream>#include <fstream>#include<stdlib.h>#include <string>//not <string.h>using namespace std;int main(){ ifstream in_stream;//read file ofstream out_stream;//write file string quit = " "; while(quit != "quit") { //output the advice tha 阅读全文
posted @ 2012-12-04 00:07
fusheng
阅读(501)
评论(0)
推荐(0)
2012年12月4日