PaleSting的博客初学C++,使用vs2005写了按照教程写了一个简单的测试程序,在编译的时候报错“Cannot open include file: iostream.h: No such file or directory”。 旧的源文件如下:#include "MyArea.h"#include void main(){ ...
wenping345的博客初学C++,使用vs2005写了按照教程写了一个简单的测试程序,在编译的时候报错“Cannot open include file: 'iostream.h': No such file or directory”。 旧的源文件如下: [cpp] view plaincopy...