1. 首页
  2. 编程语言
  3. C
  4. DSP CCS3.3 文件读写操作
下载地址
用户评论
码姐姐匿名网友 2018-12-07 16:51:29

out = fopen( "user.log", "w" );请问main.c中的这句代码如何解释?完整代码如下: if((table = fopen("table_0.txt","r"))==NULL) { out = fopen( "user.log", "w" ); fprintf( out, "table_0.txt is NULL\n")

码姐姐匿名网友 2018-12-07 16:51:29

最终没有用到,谢谢

码姐姐匿名网友 2018-12-07 16:51:29

还没下成功,检测到病毒,必须再次评论才能下载

hansonjacke 2025-01-03 21:05:14

打不开,怎么回事

bestgood 2025-01-07 03:28:26

out = fopen( "user.log", "w" );请问main.c中的这句代码如何解释?完整代码如下: if((table = fopen("table_0.txt","r"))==NULL) { out = fopen( "user.log", "w" ); fprintf( out, "table_0.txt is NULL\n")

sagehu58618 2025-01-04 23:54:05

很好,值得参考