随笔分类 -  C&C++

C/C++的一些事一些情
摘要:指针的基础: 定义: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> int a = 1; int *pa = &a;//初始化 /*--------------------------------------------... 阅读全文
posted @ 2009-04-02 16:28 剑鬼鬼 阅读(539) 评论(0) 推荐(0)