online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include <iostream> #include <iomanip> using namespace std; int main() { //Uso de setfill('carácter') cout<<setw(8)<<setfill('*')<<12.3<<endl; //Uso de setprecision(n) cout<<1024.0/7<<endl; cout<<setprecision(10)<<1024.0/7<<endl; cout<<fixed<<setprecision(10)<<1024.0/7<<endl; 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