User: Eliza0210

  • Public profile

User profile: Eliza0210

User info
User name:Eliza0210
History
Joined:
Number of posts:8
Latest posts:

calling methods and constructor class
Thanks maeriden. Also can you please explain me how b1.a and b1.b works? cout << "b1.a is " << b1....

calling methods and constructor class
I didn't understand how this code works. [code] #include <iostream> using namespace std; class...

confusion with pre and post increment)
I commented next to the code how I worked out the output for this code. However actual output is dif...

Macro Arguments
Thank you :) I've got it.

Macro Arguments
I would like to know what does the code below do? [code] x = (x++ > y) ? (x+y) : (x-y); [/code]

This user does not accept Private Messages