User profile: belgarionriva

User info
User name:belgarionriva
History
Joined:
Number of posts:46
Latest posts:

how to write a macro?
So I want to write a macro. I know the basics on input and output files but I have no idea how to wr...

string with a name , variable?
What does the inv mean? [code]string s="hello", inv;[/code]

++i?
[code]i = (++i) + i;[/code] Does not look like [code]i+=++i;[/code] I understand for this specifi...

++i?
It's a sample exam to prepare for the final...Thanks for your answer!

++i?
I'm having trouble understanding why the output is 4... Can anyone explain? To my understanding, th...