Advertisement

use of pointers in lesson#6

Started by March 17, 2003 04:10 PM
10 comments, last by dnagcat 21 years, 11 months ago
In an attempt to either clear things up or just add more fuel to the confusion fire, I'll add my two cents.

The LoadBMP function returns the address to an AUX_RGBImageRec object. The way we store the address is through a pointer to a AUX_RGBImageRec object, hence the AUX_RGBImageRec *.

Call me crazy, but I didn't think returning a pointer could cause so much confusion...

---
K-1 Productions: Come visit us here.

[edited by - K-1 on March 18, 2003 9:09:30 AM]
---K-1 Productions: Come visit us here.
Thanks everyone for your time and effort...
I really appreciate your explanations I now I think I can finally move forward... LOL

This topic is closed to new replies.

Advertisement