online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include "header.h" int main() { constexpr int j = variable<10> ; }
#pragma once template<int i> constexpr int variable = i;
#include "header.h" constexpr int k = variable<11>;

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