online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include <iostream> #include <typeinfo> int main() { int in; // variable in; do //loop for check if variable get valid data { std::cout << "enter : "; std::cin >> in; if (typeid(in) == typeid(int)) break; else std::cout << "invalid input !! " << std::endl; } while (true); }

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