指标运算子: & (取址) 与 * (取值)

对于 C 语言的初学者来说,指标是比较复杂的课题之一,在绝大多数的 86Duino 草稿码中,你不会遇到指标。然而,对于操纵某些数据结构,指标的使用可以简化代码,操纵指标的知识可以让你在存取数据资料时变得很方便。


语法参考主页面

本页由热血青年 LBU 译自英文版。

The text of the 86Duino reference is a modification of the Arduino reference, and is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.