#include <iostream> using namespace std; int main() { int b=2; b=b++; cout<<b; return 0;}
Standard input is empty
prog.cpp: In function ‘int main()’: prog.cpp:7: warning: operation on ‘b’ may be undefined
3
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!