Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
noah1510 opened this issue May 2, 2023 · 0 comments
Open

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

noah1510 opened this issue May 2, 2023 · 0 comments

Comments

@noah1510
Copy link

noah1510 commented May 2, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants