online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include <array> #include <tuple> #include <utility> #include <iostream> #include <format> void f(int a,int b,int c) { std::cout << std::format("{}, {}, {}\n", a, b, c); } int main() { std::array<int,3> arguments{1,2,3}; std::apply(f, arguments); }

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