用户工具

站点工具


en:reference:language:pointer
no way to compare when less than two revisions

差别

这里会显示出您选择的修订版和当前版本之间的差别。


前一修订版
en:reference:language:pointer [2023/06/07 04:23] (当前版本) – 外部编辑 127.0.0.1
行 1: 行 1:
 +====== The pointer operators ======
 +
 +
 +===== & (reference) and * (dereference) =====
 +
 +
 +Pointers are one of the more complicated subjects for beginners in learning C, and it is possible to write the vast majority of Ocrobot sketches without ever encountering pointers. However for manipulating certain data structures, the use of pointers can simplify the code, and and knowledge of manipulating pointers is handy to have in one's toolkit.
  
en/reference/language/pointer.txt · 最后更改: 2023/06/07 04:23 由 127.0.0.1