摘要: 阅读全文
posted @ 2018-06-27 10:41 龙骑科技 阅读(123) 评论(0) 推荐(0)
摘要: Pointer BasicsFor every value type or pointer type V, there is a corresponding pointer type V*. Apointer instance holds the address of a variable. Poi 阅读全文
posted @ 2018-06-27 10:23 龙骑科技 阅读(136) 评论(0) 推荐(0)