GetMemory錯誤講解(指針練習)

  #include <iostream> #include<string.h> using namespace std; void GetMemory(char *p) { p=(char *)malloc(100); }   int main(int argc, char *argv[]) { char *str=NULL; GetMemory(str);
相關文章
相關標籤/搜索