欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

在codeblocks16.01运行C++程序报错 error: stoi was not declared in this scope

程序员文章站 2024-03-11 20:13:31
...

codeblocks16.01

error: ‘stoi’ was not declared in this scope|

前提是:有如下代码

 #include<string>

第一步,setting-> compiler,打钩

在codeblocks16.01运行C++程序报错 error: stoi was not declared in this scope
如果还未成功,一般版本16.01是不成功的,则继续。

第二步 下载补丁,并安装

补丁地址里面,包含三个文件wchar.h, stdio.h, os_defines.h,按照其中教程操作即可

补丁地址

第三步 编码测试

在codeblocks16.01运行C++程序报错 error: stoi was not declared in this scope

相关标签: # C++ 编辑器