online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
// Listing 17.12 - Adjusting the width of output #include <iostream> using namespace std; int main() { cout << "Start >"; cout.width(6); cout << 123 << "< End\n"; cout << "Start >"; cout.width(6); cout << 123<< "< Next >"; cout << 456 << "< End\n"; cout << "Start >"; cout.width(7); cout << 123456 << "< End\n"; return 0; }

Compiling Program...

Command line arguments:
Standard Input: Interactive Console Text

                

                

Program is not being debugged. Click "Debug" button to start program in debug mode.

#FunctionFile:Line
VariableValue
RegisterValue
ExpressionValue