online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include <iostream> #include <type_traits> #include <vector> #include <string> #include <functional> #include <map> #include <algorithm> #include <sstream> #include <set> #include <unordered_map> int main() { bool one = true; bool two = false; bool three = true; bool four = false; std::cout << std::boolalpha; std::cout << "value of one : " << one << std::endl; std::cout << "value of two : " << two << std::endl; std::cout << std::noboolalpha; std::cout << "value of three : " << three << std::endl; std::cout << "value of four : " << four; }

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