You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: