online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
#include <iostream> using namespace std; int main () { cout.precision(15); short a = 85; unsigned int b = 42520; float c = 111.567; double d = 15482.457862; // zmienna double zaokrągla liczbę do zaledwie jednej liczby po przecinku char e = 'K'; char f = 0x4A; char g = 0x2A; cout<<a<<endl; cout<<b<<endl; cout<<c<<endl; cout<<d<<endl; cout<<e<<endl; cout<<f<<endl; cout<<g<<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