文章分类 -  03_编程语言 / 01_C语言 / 02_小甲鱼的C语言课

摘要:S1E11 if函数 0、 #include <stdio.h> #define STRING char * #define IF if( #define THEN ){ #define ELSE }else{ #define FI ;} #define DO ){ #define OD ;} #d 阅读全文
posted @ 2023-04-27 15:32 海晨 阅读(9) 评论(0) 推荐(0)
摘要:S1E2:第一个程序 Windows下统计当前目录及子目录下,C语言源代码总行数 #include <io.h> #include <direct.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #define MAX 25 阅读全文
posted @ 2023-04-11 16:58 海晨 阅读(21) 评论(0) 推荐(0)