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
1 Posted Topic
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) …
The End.
elmohler