VC++ console 问题小弟近日做功课遇上英文的问题不太理解这段的要求请各位帮忙解说问题如下Store a string pointed by $Number in the heapInitialize the string to "00000000" (array size = 9)留意是有「$」的[解决办法]char* Number = new char[9];strcpy(Number, "00000000");