摘要: typedef struct S { int v; //或者用char s[256]; std::string s; int vv; } main: S s; //这行会导致内存泄漏 ZeroMemory(&s,sizeof(S)); 阅读全文
posted @ 2021-07-04 20:32 YZFHKMS-X 阅读(93) 评论(0) 推荐(0)