User profile: krutuk

User info
User name:krutuk
History
Joined:
Number of posts:84
Latest posts:

rvalue is not destroyed
I figured it out on my own. The answer is that basic types has static lifetime, in other words they ...

rvalue is not destroyed
Hi guys, I though that after function call all rvalue parameters send to function will be destroyed...

Pass by refference pointer to array
Thanks, looks much more clear for me. Looking at your samples, I see that the best ways to work wit...

Pass by refference pointer to array
Thanks! So as I understand there is the only way to pass pointer to array by value [code]void (T (*n...

Pass by refference pointer to array
Hi guys. I'm studying pointers right now and had already figured out how to pass pointer by referenc...