我在学c语音,对于c语音vc6.0编译器是最好的选择吗
我现在用的是vc6.0的编译器,在编程过程中好像出现了#include<stdbool.h>不能用的情况,编译器提示: fatal error C1083: Cannot open include file: 'stdbool.h': No such file or directory 这是什么原因呢
我在网上查了下 有写人说这个编译器很老 建议换其他的 求大神支招
2015-05-24 15:04
2015-05-24 17:57
#define bool int #define true 1 #define false 0

2015-05-24 22:53
2015-05-25 00:03
2015-05-25 00:04

2015-05-25 08:58
2015-05-25 09:02
2015-05-26 14:02
2015-05-26 14:03
2015-05-26 14:05