摘要: C语言中最常用标准库函数(转载) 标准头文件包括: <asset.h> <ctype.h> <errno.h> <float.h> <limits.h> <locale.h> <math.h> <setjmp.h> <signal.h> <stdarg.h> <stddef.h> <stdlib.h 阅读全文
posted @ 2020-08-25 10:26 萧海~ 阅读(315) 评论(0) 推荐(0) 编辑
摘要: C语言fscanf和fprintf函数的用法详解(格式化读写文件)(代码转载) #include<stdio.h> #define N 2 struct stu{ char name[10]; int num; int age; float score; } boya[N], boyb[N], *p 阅读全文
posted @ 2020-08-25 09:42 萧海~ 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 严重性代码说明项目文件行 禁止显示状态错误 C4996 fopen('fscanf'、strcmp):This function or variable may be unsafe. 最全解决办法(转载) 解决fopen、fscanf 在VS中要求替换为fopen_s、fscanf_s的最全解决办法 阅读全文
posted @ 2020-08-25 09:39 萧海~ 阅读(2246) 评论(0) 推荐(0) 编辑