pass by reference with function prototype?Thanks : )
pass by reference with function prototype?Really? Maybe my compiler fix that for me then? So i should stick to this? [code] int& a, int& b ...
pass by reference with function prototype?i mean that : [code] void swap(int a, int b){ int temp=a; a=b; b=temp; } [/cod...
pass by reference with function prototype?Okay. But why that function with [code] void swap(int a, int b){ int temp=a; a=b; ...
pass by reference with function prototype?Write your question here. I am new with pointer, and i don't really understand how it works in func...
This user does not accept Private Messages