相关疑难解决方法(0)

包括string或string.h

要使用memset(),有什么区别

#include <string>       //did not work
Run Code Online (Sandbox Code Playgroud)

#include <string.h>     //worked
Run Code Online (Sandbox Code Playgroud)

谢谢!

c++

15
推荐指数
2
解决办法
3万
查看次数

标签 统计

c++ ×1