Code::Blocks——'stoi' was not declared in this scope

博客介绍了在Code::Blocks中进行编译器标志设置的操作路径,即通过Settings -> Compilers -> Compiler flags来完成相关设置。

Settings -> Compilers -> Compiler flags

D:\cxdownload\kechengsheji(3).cpp|9|warning: scoped enums only available with -std=c++11 or -std=gnu++11 [enabled by default]| D:\cxdownload\kechengsheji(3).cpp||In function 'std::string ratingToString(Rating)':| D:\cxdownload\kechengsheji(3).cpp|19|error: 'Rating' is not a class or namespace| D:\cxdownload\kechengsheji(3).cpp|20|error: 'Rating' is not a class or namespace| D:\cxdownload\kechengsheji(3).cpp|21|error: 'Rating' is not a class or namespace| D:\cxdownload\kechengsheji(3).cpp|22|error: 'Rating' is not a class or namespace| D:\cxdownload\kechengsheji(3).cpp|36|warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default]| D:\cxdownload\kechengsheji(3).cpp|75|warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 [enabled by default]| D:\cxdownload\kechengsheji(3).cpp|81|warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 [enabled by default]| D:\cxdownload\kechengsheji(3).cpp|91|warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 [enabled by default]| D:\cxdownload\kechengsheji(3).cpp||In constructor 'Book::Book(std::ifstream&)':| D:\cxdownload\kechengsheji(3).cpp|98|error: 'readLine' was not declared in this scope| D:\cxdownload\kechengsheji(3).cpp|107|error: 'stoi' was not declared in this scope| D:\cxdownload\kechengsheji(3).cpp|119|warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 [enabled by default]| D:\cxdownload\kechengsheji(3).cpp|125|warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 [enabled by default]| D:\cxdownload\kechengsheji(3).cpp|135|warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 [enabled by default]| D:\cxdownload\kechengsheji(3).cpp||In constructor 'DVD::DVD(std::ifstream&)':| D:\cxdownload\kechengsheji(3).cpp|142|error: 'readLine' was not declared in this scope| D:\cxdownload\kechengsheji(3).cpp|150|error: 'stoi' was not declared in this scope| D:\cxdownload\kechengsheji(3).cpp|163|warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 [enabled by default]| D:\cxdownload\kechengsheji(3).cpp|169|warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 [enabled by default]| D:\cxdownload\kechengsheji(3).cpp|179|warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 [enabled by default]| D:\cxdownload\kechengsheji(3).cpp||In constructor 'Picture::Picture(std::ifstream&)':| D:\cxdownload\kechengsheji(3).cpp|186|error: 'readLine' was not declared in this scope| D:\cxdownload\kechengsheji(3).cpp|194|error: 'stoi' was not declared in this scope| D:\cxdownload\kechengsheji(3).cpp|218|error: 'nullptr' was not declared in this scope| D:\cxdownload\kechengsheji(3).cpp||In function 'int main()':| D:\cxdownload\kechengsheji(3).cpp|246|error: 'nullptr' was not declared in this scope| D:\cxdownload\kechengsheji(3).cpp|247|error: no matching function for call to 'Book::Book()'| D:\cxdownload\kechengsheji(3).cpp|247|note: candidates are:| D:\cxdownload\kechengsheji(3).cpp|97|note: Book::Book(std::ifstream&)| D:\cxdownload\kechengsheji(3).cpp|97|note: candidate expects 1 argument, 0 provided| D:\cxdownload\kechengsheji(3).cpp|68|note: Book::Book(const Book&)| D:\cxdownload\kechengsheji(3).cpp|68|note: candidate expects 1 argument, 0 provided| D:\cxdownload\kechengsheji(3).cpp|248|error: no matching function for call to 'DVD::DVD()'| D:\cxdownload\kechengsheji(3).cpp|248|note: candidates are:| D:\cxdownload\kechengsheji(3).cpp|141|note: DVD::DVD(std::ifstream&)| D:\cxdownload\kechengsheji(3).cpp|141|note: candidate expects 1 argument, 0 provided| D:\cxdownload\kechengsheji(3).cpp|112|note: DVD::DVD(const DVD&)| D:\cxdownload\kechengsheji(3).cpp|112|note: candidate expects 1 argument, 0 provided| D:\cxdownload\kechengsheji(3).cpp|249|error: no matching function for call to 'Picture::Picture()'| D:\cxdownload\kechengsheji(3).cpp|249|note: candidates are:| D:\cxdownload\kechengsheji(3).cpp|185|note: Picture::Picture(std::ifstream&)| D:\cxdownload\kechengsheji(3).cpp|185|note: candidate expects 1 argument, 0 provided| D:\cxdownload\kechengsheji(3).cpp|156|note: Picture::Picture(const Picture&)| D:\cxdownload\kechengsheji(3).cpp|156|note: candidate expects 1 argument, 0 provided| D:\cxdownload\kechengsheji(3).cpp|253|error: 'm' does not name a type| D:\cxdownload\kechengsheji(3).cpp|260|error: expected ';' before 'if'| D:\cxdownload\kechengsheji(3).cpp|260|error: expected primary-expression before 'if'| D:\cxdownload\kechengsheji(3).cpp|260|error: expected ';' before 'if'| D:\cxdownload\kechengsheji(3).cpp|260|error: expected primary-expression before 'if'| D:\cxdownload\kechengsheji(3).cpp|260|error: expected ')' before 'if'| D:\cxdownload\kechengsheji(3).cpp|280|error: 'm' does not name a type| D:\cxdownload\kechengsheji(3).cpp|286|error: expected ';' before 'if'| D:\cxdownload\kechengsheji(3).cpp|286|error: expected primary-expression before 'if'| D:\cxdownload\kechengsheji(3).cpp|286|error: expected ';' before 'if'| D:\cxdownload\kechengsheji(3).cpp|286|error: expected primary-expression before 'if'| D:\cxdownload\kechengsheji(3).cpp|286|error: expected ')' before 'if'| D:\cxdownload\kechengsheji(3).cpp|291|error: 'm' does not name a type| D:\cxdownload\kechengsheji(3).cpp|298|error: expected ';' before 'if'| D:\cxdownload\kechengsheji(3).cpp|298|error: expected primary-expression before 'if'| D:\cxdownload\kechengsheji(3).cpp|298|error: expected ';' before 'if'| D:\cxdownload\kechengsheji(3).cpp|298|error: expected primary-expression before 'if'| D:\cxdownload\kechengsheji(3).cpp|298|error: expected ')' before 'if'| D:\cxdownload\kechengsheji(3).cpp|304|error: 'm' does not name a type| D:\cxdownload\kechengsheji(3).cpp|312|error: expected ';' before 'if'| D:\cxdownload\kechengsheji(3).cpp|312|error: expected primary-expression before 'if'| D:\cxdownload\kechengsheji(3).cpp|312|error: expected ';' before 'if'| D:\cxdownload\kechengsheji(3).cpp|312|error: expected primary-expression before 'if'| D:\cxdownload\kechengsheji(3).cpp|312|error: expected ')' before 'if'| D:\cxdownload\kechengsheji(3).cpp|317|error: 'm' does not name a type| D:\cxdownload\kechengsheji(3).cpp|320|error: expected ';' before 'break'| D:\cxdownload\kechengsheji(3).cpp|320|error: expected primary-expression before 'break'| D:\cxdownload\kechengsheji(3).cpp|320|error: expected ';' before 'break'| D:\cxdownload\kechengsheji(3).cpp|320|error: expected primary-expression before 'break'| D:\cxdownload\kechengsheji(3).cpp|320|error: expected ')' before 'break'| D:\cxdownload\kechengsheji(3).cpp|326|error: ISO C++ forbids declaration of 'm' with no type [-fpermissive]| D:\cxdownload\kechengsheji(3).cpp|326|error: range-based 'for' loops are not allowed in C++98 mode| D:\cxdownload\kechengsheji(3).cpp|327|error: base operand of '->' is not a pointer| D:\cxdownload\kechengsheji(3).cpp|329|error: base operand of '->' is not a pointer| D:\cxdownload\kechengsheji(3).cpp|345|error: 'it' does not name a type| ||More errors follow but not being shown.| ||Edit the max errors limit in compiler options...| ||=== Build failed: 50 error(s), 11 warning(s) (0 minute(s), 1 second(s)) ===| 有这些报错改一下
06-26
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值