摘要:
#include #include #includeusing namespace std;void deletecomments(char *, int);int main(){ string filename; cout > filename; ifstream fin; try { fin.open(filename.c_str()); } catch(std::exception &e) { cout 2 #include 3 #include 4 using namespace std; 5 6 void deletecomments(char *, int); ... 阅读全文
posted @ 2014-02-20 15:45
桑海
阅读(283)
评论(0)
推荐(0)
浙公网安备 33010602011771号