您的位置:首页 > 运维架构

关于g++ memcpy’ was not declared in this scope解决方法

2010-06-03 16:58 796 查看
关于g++ memcpy’ was not declared in this scope解决方法

使用如下2行即可

#include<iostream>

#include <cstring>

地址:http://blog.chinaunix.net/u1/38994/showart_2187440.html

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐