View Single Post
Old Feb 21st, 2005, 6:45 PM   #6
Xero
Hobbyist Programmer
 
Join Date: Dec 2004
Location: a cardboard box
Posts: 118
Rep Power: 4 Xero is on a distinguished road
Edit: Actually Im not sure if this applies for C. Works for C++.

Umm Arrays automatically pass by reference (theres another term used for arrays, cant remember). Theres no need for a pointer.
__________________
...

Last edited by Xero; Feb 21st, 2005 at 6:48 PM.
Xero is offline   Reply With Quote