|
-
March 9th, 2005, 05:21 PM
#1
What is this?????
I was looking at some code a guy at school was writing and he had something I never seen before. Which Is this: ( ->)
For example:
cPerson = addressBook->getEntry(i);
What is that? Could the same code be written like this:
cPerson = addressBook.getEntry(i);
or this
cPerson = addressBook::getEntry(i);
I'm kinda new to classes.
Can someone give me a quick run down of what that is and what it is used for?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|