char * getArray (int size) { // Create a Dynamic Array and set it to the Charpointer Output. char* output = new char [size]; return output; } ...
確定! 回上一頁