online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
public class Main { public static void main(String[] args) { System.out.println("Hello World"); } }
public class Player { // class attributes String name; int score; // class methods // do something to/with class attributes // display player status public String getPlayerStatus() { return "Player: " + name + " Score: " + score; } // give player some bonus points public void awardBonusPoints(int points) { score += points; } }

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