cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
value and reference :/
value and reference :/
Nov 8, 2013 at 12:44pm UTC
BlackBug
(9)
Hi , can you help me to understand this:
" Passing by value and passing by reference "
-what is the difference between them ??
-give me an example when we use : "Passing by value" and when we use :"passing by reference"
Nov 8, 2013 at 12:50pm UTC
nvrmnd
(656)
try to look at this, it is pretty comprehensible :
passing by value :
http://www.learncpp.com/cpp-tutorial/72-passing-arguments-by-value/
and by reference :
http://www.learncpp.com/cpp-tutorial/73-passing-arguments-by-reference/
Nov 8, 2013 at 1:03pm UTC
BlackBug
(9)
thank you
Topic archived. No new replies allowed.