摘要:
1#include 2using namespace std ; 3int main(void) 4{ 5 int obj1 = 33; 6 int obj2 = 66; 7 int *const cp_nci = &obj1; // const pt point to nonconst int 8 *cp_nci = 56; ... 阅读全文
posted @ 2006-06-05 18:12
Rawu
阅读(213)
评论(0)
推荐(0)
浙公网安备 33010602011771号