摘要:
#include "stdafx.h" int _tmain(int argc, _TCHAR* argv[]) { /////////////////////////////////////////////////////////////////////////////////////////////////// // 指针常量 : 数据类型 * const p // 1. 只能在初始... 阅读全文
摘要:
#include "stdafx.h" int _tmain(int argc, _TCHAR* argv[]) { /////////////////////////////////////////////////////////////////////////////////////////////////// // 常量指针: const 数据类型 *p // 1. P: 可读 ... 阅读全文