reference-en icon indicating copy to clipboard operation
reference-en copied to clipboard

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

Open noah1510 opened this issue 2 years ago • 0 comments

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.

noah1510 avatar May 02 '23 10:05 noah1510