C++实现对本地文件加行号并输出到本地文件

2021-06-08 15:05

阅读:339

标签:c++   文件   textfile   close   turn   pre   lin   name   行号   

#include 
#include 
using namespace std;

int main(int argc,char*argv[])
{
    strstream textfile;
    ifstream in(argv[1]);
    textfile 

C++实现对本地文件加行号并输出到本地文件

标签:c++   文件   textfile   close   turn   pre   lin   name   行号   

原文地址:https://www.cnblogs.com/Jesse-Cavendish/p/14528337.html


评论


亲,登录后才可以留言!