cplusplus.com cplusplus.com
cplusplus.com   C++ : Forums : Beginners : understanding call by reference functio...
  Search:
- -
C++
Information
Documentation
Reference
Articles
Sourcecode
Forums
Forums
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programm...
Articles
Lounge
Jobs

-

post  understanding call by reference functions

allenowen (11)
I'm in a beginning level C++ course and I don't fully understand how call by reference parameter work. More to the point, how would they pass values to another function? I have a projectto work on that requires me to read data from a file, tally up number and pass these value to another function that will print out the results(it's a voter tally program). I'm not asking anyone to do this for me, but I need some insight.

Thanks for any help anyone can give me
Allen
|
Jeff HS (71)
Welcome.
heres a good start:
http://www.cplusplus.com/doc/tutorial/

for passing reference to functions:
http://www.cplusplus.com/doc/tutorial/functions2.html

Jeff
|

This topic is archived - New replies not allowed.
Home page | Privacy policy
© cplusplus.com, 2000-2009 - All rights reserved - v2.2
Spotted an error? contact us