C++: Syntax error C2061: Unexpected identifier

后端 未结 5 1530
梦如初夏
梦如初夏 2021-01-06 12:33

What\'s wrong with this line of code?

bar foo(vector ftw);

It produces

error C2061: syntax error: identifier \'vector\'
5条回答
提交回复
热议问题