Pass by reference or by value???
DerekHoffman
Posts: 22
Can someone tell me the default method used for passing parameters to functions? It looks like it's passing by reference... Is there anyway to specifically tell the compiler to use one method or the other?
Derek.
Derek.
0
Comments
Thanks Joe.