online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
program Hello; uses Crt; var n: string; begin writeln('Enter Your Name : '); textColor(blue); writeln('========================='); GotoXY(20, 8); textColor(Red); readln(n); GotoXY(1, 10); textColor(white); write('Hello '); textColor(LightCyan); write(n); readln; end.

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