-
Notifications
You must be signed in to change notification settings - Fork 373
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
Heap pointer #266
Comments
You did not create a pointer but a normal instance. |
What i did is pointer then class instance that how i get the values of the pointer but its not working properly maybe im doing it wrong |
Your screenshot shows that you inserted a class instance. You need to choose Pointer and then set the containing class. |
how is that ? cause i saw someone mentioning a pointer shouldnt be void and has to be in a class instance |
Hello i dont know why whenever i create a pointer class to a heap for example it doesnt point to to when loading it with bites shown in the pictures
The text was updated successfully, but these errors were encountered: