C++ 中使用memset和memcpy 对字符串和字符串数组处理
#include #include using namespace std;struct SomeInfo{ char id[30]; char name[30];};struct TotalInfo{ char total[20]; SomeInfo my[10];};class myClass{ public: myClass() { } ~myCl
原创
2013-09-28 21:47:36 ·
2353 阅读 ·
0 评论