arduino / reference-en

Editable source for the Arduino Reference
https://www.arduino.cc/reference/en/
Other
165 stars 732 forks source link

Adding the `->` operator to the structure pointer part #916

Open noah1510 opened 1 year ago

noah1510 commented 1 year ago

The section on pointer operations is missing the -> operator which is used to access values that are part of a pointer to a class/struct.

In addition to that there is no mention of how to either use/define classes and templates. With the current way the Structure section is written it has nothing to do with C++ just plain C (nothing wrong with that except for being misleading/incomplete). However this is in part covered by #623.