Re: Need help with my C++ code [message #445275 is a reply to message #445206] |
Fri, 25 March 2011 09:42 |
_SSnipe_
Messages: 4121 Registered: May 2007 Location: Riverside Southern Califo...
Karma:
|
General (4 Stars) |
|
|
Thanks guys, but maybe you guys can clarify something for me.
I am still confused between the difference of a call-by-value
example, void something(int a, int b)
compared to a call-by-reference (&)
example, void something(int& a, int& b)
the book sucks at explaining it.
[Updated on: Fri, 25 March 2011 09:42] Report message to a moderator
|
|
|