读和写

Posted 面朝大海 春暖花开

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了读和写相关的知识,希望对你有一定的参考价值。

    freopen("in.txt", "r", stdin);
    freopen("out.txt", "w", stdout);
    
    /*
      正常代码的canf和printf
    */
    fclose(stdin);
    fclose(stdout);

  

以上是关于读和写的主要内容,如果未能解决你的问题,请参考以下文章

POI完成Excel文件的读和写

C# File文件类的使用 “读和写”的操作 (详细)

内存映射 读和写

NIO 中的读和写

Python open 读和写

蓝桥杯pcf8591读和写