View Single Post
  #2 (permalink)  
Old 09-19-2007, 03:35 AM
Lee's Avatar
Lee Lee is offline
PT Staff*
Awards Showcase
Quality Tutorial 
Total Awards: 1
Join Date: Jun 2007
Location: Blackpool, UK
Posts: 616
iTrader: (0)
Lee is just really niceLee is just really niceLee is just really niceLee is just really nice
For more Explanation check out... Pointers That has all the information and explanation you will need on pointers and displays easy pictures so you can see how they work.

I tend to use pointers when i need a user defined array, that being array[i] and i is the value from the user, obviously that can not be done in C++ so i use pointers too do that instead.
Reply With Quote
The Following User Says Thank You to Lee For This Useful Post:
HelloWorld (09-23-2007)