online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include <stdio.h> #include <stdint.h> #include <stdbool.h> int main() { typedef uint32_t tcp_seq; tcp_seq a = 0; tcp_seq b = 1; tcp_seq x = 0x80000000; bool test1 = (int)(x - a) <= 0; bool test2 = (int)(x - b) > 0; printf("%s\n", test1 ? "TRUE" : "FALSE"); printf("%s\n", test2 ? "TRUE" : "FALSE"); return 0; }

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