online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include <iostream> #include <bitset> using namespace std; #define MEINBIT15 15 #define MEINBIT42 42 int main () { uint32_t reg_32 = ((MEINBIT15 << 8) | MEINBIT42); std::cout << "a = " << std::bitset < 32 > (reg_32) << std::endl; std::cout << "a = " << reg_32 << std::endl; cout << "Hello World"; 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