当前位置: 技术问答>linux和unix
使用string遇到的一个奇怪问题!
来源: 互联网 发布时间:2016-10-14
本文导语: // main.cpp #include #include using namespace std; void foo( string &str1, string &str2) { memcpy((void*)str1.c_str(), (const char*)"1111111111", strlen("1111111111")); cout
// main.cpp
#include
#include
using namespace std;
void foo( string &str1, string &str2)
{
memcpy((void*)str1.c_str(), (const char*)"1111111111", strlen("1111111111"));
cout
#include
#include
using namespace std;
void foo( string &str1, string &str2)
{
memcpy((void*)str1.c_str(), (const char*)"1111111111", strlen("1111111111"));
cout