#include <stdlib.h> int* p = malloc(sizeof(*p)); // int* p = new int; ... free(p); ... For example, the file api uses a pair of open and close functions:.
確定! 回上一頁