摘要:
// TEST.cpp : Defines the entry point for the console application.//#include "stdafx.h"int main(int argc, char* argv[]){ const char **p; /*指向const char* 的指针*/ const char *q; char *i; char *b; char * const *k=&i; /*指向char*的指针,k指向 的内存单元 的内容不可改写*/ char **const j=&i; /*指向char*的指针,j所指向的 阅读全文
posted @ 2012-07-17 15:59
猪肉包子
阅读(146)
评论(0)
推荐(0)

浙公网安备 33010602011771号