[Error] 'strlen' was not declared in this scope

Posted xuaoium

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[Error] 'strlen' was not declared in this scope相关的知识,希望对你有一定的参考价值。

在写编译原理实验的时候,遇到了这个错误:

[Error] ‘strlen‘ was not declared in this scope

查阅之后得知,<string.h>里没有strlen,<cstring>才有。

#include<cstring>

 头头儿加上这行就好了。

以上是关于[Error] 'strlen' was not declared in this scope的主要内容,如果未能解决你的问题,请参考以下文章

为啥 int i=strlen(st)会报错?

strlen函数详解&&注意事项&&模拟实现

一组PHP可逆加密解密算法

strlen和sizeof有啥区别?

sizeof和strlen区别详解

strlen函数求字符串长度和字符数组长度(0,’0‘,“0”,‘