新微赢技术网
标题:
书上的范例,但VC6.0运行出错,新手请教
[打印本页]
作者:
妊嫒ぞ流逝
时间:
2009-11-4 02:25
标题:
书上的范例,但VC6.0运行出错,新手请教
//carrots.cpp -- food processing program
//uses and displays a variable
#include <iostream>
int main()
{
using namespace std; //declare an integer variable
int carrots;
carrots = 25;
cout<<"I have";
cout<<carrots;
cout<<"carrots.";
cout<<endl;
carrost = carrots - 1;
cout<<"Crunch, crunch. Now I have"<<carrots<<"carrots."<<endl;
return 0;
}
运行在VC++6.0,提示carrots是没申报的表示符,但我是一字不差的抄书上的,怎么会出错,我新手,有点纳闷,各位大虾帮忙,谢谢
作者:
o.筎茈菰箪き
时间:
2009-11-4 02:25
carrost = carrots - 1; //你好好看看这两个变量是一样的吗?
作者:
鈊賥wo埋單
时间:
2009-11-4 02:25
我太粗心了,谢谢2楼的大哥
作者:
击水之石
时间:
2009-11-4 02:25
别客气..下次注意点..
作者:
_睡覺覺c◆s
时间:
2009-11-4 02:25
using namespace std 的位置可以随意放吗?
作者:
﹎想埝祢⿰
时间:
2009-11-4 02:25
放在你要用的东西前面.....
欢迎光临 新微赢技术网 (http://bbs.weiying.cn/)
Powered by Discuz! X3.2