Linux下编译C++出现的错误

2021-02-11 07:18

阅读:526

标签:编译   系统   size_t   nbsp   ror   size   没有   this   was   

1.error: ‘strlen’ was not declared in this scope

方案:#include//**是不包括strlen的,要使用cstring**

 

2.error: size_t has not been declared
据说这是因为在Linux系统下g++没有C++的size_t
方案:需要在需要到size_t的文件中加入头文件 stdlib.h   问题就解决了

Linux下编译C++出现的错误

标签:编译   系统   size_t   nbsp   ror   size   没有   this   was   

原文地址:https://www.cnblogs.com/stonemjl/p/12735766.html


评论


亲,登录后才可以留言!