首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

C的1点趣事

2012-10-31 
C的一点趣事main.c#include stdio.h#include main.cprintf(file a.c)?就这两个文件,编译会陷入循环

C的一点趣事

main.c

#include <stdio.h>#include "main.c"printf("file a.c");
?就这两个文件,编译会陷入循环。看来C/C++真的是“coders should be trusted”

热点排行