online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include <vector> #include <string> void testVector(std::vector<std::string>){} int main() { std::vector<std::string> boring; testVector(boring); testVector({"hello"}); // This works testVector(std::vector<std::string>{"test"}); // This works }

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