online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
#include <initializer_list> class A {}; class B {}; class C { public: void foo(A a) {} void foo(B b) {} [[deprecated]] void foo(std::initializer_list<int>) {} }; int main() { auto c = C(); c.foo(A()); c.foo(B()); c.foo({}); 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