Fork me on GitHub

2016年4月11日

摘要: 转自:http://www.nowamagic.net/librarys/veda/detail/505 int b = 1; int test = find(&b); 这样调用时,实际上是进行了:int* a = &b,创建了一个新的指向b的整型指针a作为find函数范围内的局部变量。 示例二 函 阅读全文
posted @ 2016-04-11 17:28 pengyingh 阅读(560) 评论(0) 推荐(0)

导航