Hi all,
I just started using C++. I really had a hard time rapping my head around the pointer thing. Anyway, comming to the conclusion that some day I will figure out a good use for them. Well, I found it while coding in blitz. I found I was constantly using functions to get position info from an entity, and I thought,"gee it would be nice if I had a pointer to just the X position of the entity". Then I wouldn't have to call these function to get and apply values to the position. I think C programmer will understand this. Does anyone know if there is any pointer support at all in blitz, or am I just barking up a tree that a thousand other people have barked up?
I just started using C++. I really had a hard time rapping my head around the pointer thing. Anyway, comming to the conclusion that some day I will figure out a good use for them. Well, I found it while coding in blitz. I found I was constantly using functions to get position info from an entity, and I thought,"gee it would be nice if I had a pointer to just the X position of the entity". Then I wouldn't have to call these function to get and apply values to the position. I think C programmer will understand this. Does anyone know if there is any pointer support at all in blitz, or am I just barking up a tree that a thousand other people have barked up?