Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.68K
~951 People Reached
Favorite Forums
Favorite Tags
c++ x 1

1 Posted Topic

Member Avatar for DonutsnCode

Thanks for this excellent post. It helped a lot. I too had wondered about the Deitel paragraph cited above. I have one question. See code below... int& foo (int x) { int n = x ; return n ; // Don't do this!! } int main (int argc, char** argv) …

Member Avatar for elmohler
0
951

The End.