码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2020-06-04 19:55:43      阅读:74      评论:0      收藏:0      [点我收藏+]

标签:scope   div   was   cpp   pre   错误   才有   include   ror   

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

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

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

#include<cstring>

 头头儿加上这行就好了。

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

标签:scope   div   was   cpp   pre   错误   才有   include   ror   

原文地址:https://www.cnblogs.com/xuaoium/p/13045429.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!