C
citybug_ch
Unregistered / Unconfirmed
GUEST, unregistred user!
我是个c++初学者,在使用dev_c++编译程序的时候出现了问题
# include <iostream.h>
# include <alloc.h>
void main()
{
cont << "aaaa";
}
编译时提示说到不到包含的头文件,我将路径后,却出现说alloc.h文件中有错误。
我用的dev_c++是5.0bate7的版本。
# include <iostream.h>
# include <alloc.h>
void main()
{
cont << "aaaa";
}
编译时提示说到不到包含的头文件,我将路径后,却出现说alloc.h文件中有错误。
我用的dev_c++是5.0bate7的版本。