User profile: CPPAlien

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

Post Increment Operator
Codemonkey, post increment comes into action after the termination of that statement that is after ;...

Post Increment Operator
Framework, I am intrested in its boolean value that is, the result will be true or false???

Post Increment Operator
i mean x=7; x++==8 || x==7; Sorry

Post Increment Operator
I was told by my 'C' tutor that the post increment operator comes into action when the statement in ...

Ordering an Array - Help
This works but highly inefficient code..... I am also new..... #include<iostream> #include<iom...