dont return local address

#include <iostream> #include <string> #ifdef __linux #include <stdio.h> #endif // 編譯器真是相當友好啊warning C4172: returning address of local // variable or temporary 一定不要返回局部變量啊 char* GetMemory(void) {
相關文章
相關標籤/搜索