此為侯捷老師C++精修班記憶體管理的簡易心得分享1. malloc() 和free() ... void *memory = operator new(sizeof(string)); //用operator new函數分配 ...
確定! 回上一頁