Board logo

标题: 书中第一章的问题 [打印本页]

作者: 超级小白    时间: 2010-7-26 09:11     标题: 书中第一章的问题

我按书中的把Stdafx.h修改了,把以下代码写好
// test.cpp : Defines the entry point for the console application.
//

#include "stdafx.h"

int main(int argc, char* argv[])
{
    cout<<"HELLO WORLD"<<endl;
        return 0;
}
可最后结果为

Compiling...
test.cpp
H:\VC++\MSDev98\MyProjects\test\test.cpp(8) : error C2065: 'cout' : undeclared identifier
H:\VC++\MSDev98\MyProjects\test\test.cpp(8) : error C2297: '<<' : illegal, right operand has type 'char [12]'
H:\VC++\MSDev98\MyProjects\test\test.cpp(8) : error C2065: 'endl' : undeclared identifier
Error executing cl.exe.

test.obj - 3 error(s), 0 warning(s)
请赐教啊
作者: fwbook    时间: 2010-7-26 09:59

你好。你注意看一下书中第12页中对stdafx.h中的修改。




欢迎光临 万卷图书 (http://wanjuanchina.net/) Powered by Discuz! 7.0.0