online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
# What you are reading right now is a comment # Comments are used to help readers understand # what is happening in the code # Below we have three variables # Variables can represent different values # And can be named as nearly anthing you want # This variable holds the number 1, also called an int variable1 = 1 # The word "two", also called a String variable2 = "two" # A collection of different values, called a list variable3 = (1, "two", 3.0) # We use print(value) to print info to the terminal print(variable1) print(variable2) print(variable3) # Hit "run" and see what happens in the terminal window # Try changing the values of the variables!

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