online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
class SUM { //int argument int add(int a, int b) { return a+b; } //double argument double add(double a, double b) { return a+b; } } class Main{ public static void main(String[] args) { SUM s = new SUM(); System.out.println(s.add(11,12)); System.out.println(s.add(12.3,32.6)); } }

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