书上不是说#include的时候<>中的内容在.h或不加都可以吗,但我试了一下为什么不行?
我分别在vc6.0以及code::blocks13.12上试了一下stdio.h不能没有.h。没有的话,vc6.0提示“fatal error C1083: Cannot open include file: 'stdio': No such file or directory”,code::blocks13.12提示“fatal error: stdio: No such file or directory”
iostream则是不能有.h。有的话,vc6.0提示“error C2871: 'std' : does not exist or is not a namespace”,而code::blocks13.12提示类似上一个为“fatal error: iostream.h: No such file or directory”。
我截了一下图放在附件里了