要自行配置記憶體,C 可以使用 malloc ,它定義在stdlib.h,舉例來說,可以在程式中以 ... #include <stdio.h> #include <stdlib.h> int main(int argc, char *argv[]) ...
確定! 回上一頁