online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
//declaring class class Employee { int emp_id; String name; } public class Main { public static void main(String args[]) { //make instance of Employee class through refrence Employee e1 = new Employee(); e1.emp_id = 1234; e1.name = "Raj"; System.out.println(e1.name + "\'s employee id is " + e1.emp_id); } }

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