User: eq1eq2eq3

  • Public profile

User profile: eq1eq2eq3

User info
User name:eq1eq2eq3
History
Joined:
Number of posts:5
Latest posts:

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