??? 06/20/09 08:22 Read: times |
#166276 - Or do not use a pointer Responding to: ???'s previous message |
If pointers are too difficult for you at this time, you can also just use arrays and indexes. They are usually easier to grasp.
Pointers may lead to more efficient code, but efficiency is not your problem right now. |