C++编译报错:error: expected constructor, destructor, or type conversion before ‘(’ token

Posted Dontla

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了C++编译报错:error: expected constructor, destructor, or type conversion before ‘(’ token相关的知识,希望对你有一定的参考价值。

C++编译报错:error: expected constructor, destructor, or type conversion before ‘(’ token

错误代码

报错原因

C++中,全局域只能声明、初始化变量; 不能用于赋值、运算、调用函数

解决方案

改成这样就好了:

放到函数里,然后在程序启动的时候去调用它

参考文章:Error:expected constructor ,destructor, or type conversion before

以上是关于C++编译报错:error: expected constructor, destructor, or type conversion before ‘(’ token的主要内容,如果未能解决你的问题,请参考以下文章

pch文件配置出现 Expected unqualified-id 和 Unkown type name 'NSString'

C语言报错:error: expected ‘while’ at end of input } ^

C++编译报错:error: jump to label ‘xxx‘ [-fpermissive](不能在goto后目标前定义变量)

C++编译报错:error: jump to label ‘xxx‘ [-fpermissive](不能在goto后目标前定义变量)

error: expected `;' before '' token这是啥错误

C语言error: expected '=', ',', ';', 'asm' or '__attribute__' b