online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include <iostream> #include <limits> using namespace std; int main(){ float mind = numeric_limits<float>::min(); float smaller_than_mind = numeric_limits<float>::min()/2; cout<< ( mind > smaller_than_mind && smaller_than_mind > 0 ) <<endl; }

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