fwrite错误

使用fwrite出错

f:\dd\vctools\crt_bld\self_x86\crt\srt\write.c
line:69
expression:_osfile(fh)&FOPEN

使用write,_write都不能解决

现在只能,fopen一下,fwrite一下,在fclose一下

微软解决方法:https://social.msdn.microsoft.com/Forums/vstudio/en-US/893cf917-54a9-4ad7-93f1-62acd61f5c8e/assertion-failure?forum=vcgeneral

转载于:https://www.cnblogs.com/nightnine/p/4978318.html

你可能感兴趣的:(fwrite错误)