online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include <iostream> #include <clocale> #include <vector> #include <variant> using AllMyContainersType = std::variant<std::monostate, std::vector<int>, std::vector<float>>; AllMyContainersType ConstructContainerType() { AllMyContainersType container; //назначили нужный тип container = std::vector<int>{}; return container; } int main() { setlocale(0, "rus"); }

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