User profile: Ikaron

User info
User name:Ikaron
History
Joined:
Number of posts:175
Latest posts:

I have a question about recursive functions
Something like that. As far as the function call goes, line 20 behaves just like line 9. Look at you...

I have a question about recursive functions
Actually, num isn't being incremented. What's happening is you're printing out what num is (0 at the...

What does const& mean?
The only way I can think of where "anything" could possibly happen from such an action would be if t...

What does const& mean?
That's what I figured, but decided to go read about references just in case. I know a const pointer ...

What does const& mean?
Huh, and all this time I've been under the impression that C++ references were more basic than that....