To allocate a new object from the free store, C uses the malloc function and C++ uses the new ... string *pStr = new string("Where is my place in Memory?");.
確定! 回上一頁