Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #72.7K
Ranked #4K
~248 People Reached
About Me

Software engineer for 24 years, client & server development using Basic, Pascal, C/C++, Java, PHP, Python, SQL, Shell on DOS, Windows, Mac & Unix/Linux.

Interests
Computers, model airplanes, music, food :)
PC Specs
Multiple Phenom II X4 955, Phenom II X6, Debian 6.x, and LMDE
Favorite Forums
Favorite Tags
Member Avatar for umesh314

Hi I am trying to run the post fix and pre fix operation in C++. The code which I tried is given below. #include <iostream> using namespace std; int main() { int a =0; cout << ++a + ++a + ++a << endl; // 7 a =0; cout << ++a …

Member Avatar for Lucaci Andrew
0
248