摘要: #include "stdafx.h" int _tmain(int argc, _TCHAR* argv[]) { /////////////////////////////////////////////////////////////////////////////////////////////////// // 指针常量 : 数据类型 * const p // 1. 只能在初始... 阅读全文
posted @ 2016-07-31 11:00 C/C++/Python/Java 阅读(178) 评论(0) 推荐(0) 编辑
摘要: #include "stdafx.h" int _tmain(int argc, _TCHAR* argv[]) { /////////////////////////////////////////////////////////////////////////////////////////////////// // 常量指针: const 数据类型 *p // 1. P: 可读 ... 阅读全文
posted @ 2016-07-31 10:58 C/C++/Python/Java 阅读(179) 评论(0) 推荐(0) 编辑