猿问

boolean addBox(double weight);

error C2146: syntax error : missing ';' before identifier 'addBox'

E:\Microsoft Visual Studio\Common\MSDev98\Bin\222.cpp(10) : error C2501: 'boolean' : missing storage-class or type specifiers

这是怎么回事呀?


罢洒
浏览 1227回答 1
1回答

onemoo

这个错误是说 boolean 不是合法的名字。boolean 是你自定义的类型吗? 如果不是你自定义的话。 那么 C++ 中的“布尔”类型是 bool,是不是你写错了。
随时随地看视频慕课网APP
我要回答