#include<iostream> #include<malloc.h> using namespace std; int main() { int *p = NULL; p = (int*)malloc(sizeof(int)); *p = 4; free(p); printf("%d\n",p); if(p != NULL) { printf("%d\n",*p); } return 0; }
SPOJ 962 Intergalactic Map (網絡
D. GukiZ and Binary Operations
今天第一天學習struts2,沒學過怎麼辦,那當然是h
MP3音樂是愉快生活不可缺少的部分。 不少音樂
HDU 1028(母函數),hdu1028函數
C++ 中提供的override 關鍵字 C+&