online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
#include <iostream> #include <string> #include <vector> const std::vector<std::wstring> aStr { L"Joking", L"In", L"Some", L"Both", L"Sequension", L"Lock", L"Lacky", L"Constante", L"Friend", L"A", L"Chery", L"Go", L"Pitca", L"Language", L"Pragnancy", L"An", L"Word", L"Able", L"Door", L"Window", L"Live", L"Ask", L"Question", L"Wild", L"Animal", L"People", L"Girle", L"Beast", L"Arm", L"Food" }; int main() { auto a=aStr; for(const auto& i:a) { std::wcout << i << ' '; } }

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