add++

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> using namespace std; int main() { int x = 0; cout << (++x)++ << endl; cout << x << endl; cout << x++ + --x << x; return EXIT_FAILURE;//just for practice purposes; }
Editor Settings
Theme
Key bindings
Full width
Lines