2014年12月24日

摘要: 一、对于一维数组,指针和数组的行为是很像的。#include void TestOneDim(){ int a[] = {1,2,3,4,5}; char b[] = "abcdef"; int* ap = a; char* bp = b; std::cout void... 阅读全文
posted @ 2014-12-24 14:30 michael_YM 阅读(199) 评论(0) 推荐(0)

导航