I need help with pointers

Started by
12 comments, last by asdasd12345 20 years, 6 months ago
Hey Rick, that was pretty helpful, I didn''t understand pointers before reading that. The others ones that go into open gl, besides the one about linked lists, were not helpful at all.
Advertisement
Thank you all for your help, I thought everyone was a good helpful comment.
http://www.geocities.com/asdasd12345/
Pointers are good in a GUI also. Suppose you write a TextBox class and have an instance of it where you enter what you want the Player''s name to be. In the Player class, he has a name variable which is a pointer to whatever variable is held by the textbox. So change it in the box, you change it in the player class as well. Simplified example, but ya get the point.
np. glad I could be of help. I vaguely remember myself being troubled with the darn things way back when

This topic is closed to new replies.

Advertisement