View Single Post
  #2 (permalink)  
Old October 10th, 2007, 11:04 PM
Peter_APIIT Peter_APIIT is offline
Authorized User
 
Join Date: May 2007
Posts: 28
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via MSN to Peter_APIIT
Default

void passbyvalue(int[], int size();
void passbyreference(int *, int size);

I hope this help.

Linux is the best OS in the world.
Reply With Quote