online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
class SUM { //two arguments int add(int a, int b) { return a+b; } //three arguments int add(int a,int b,int c) { return a+b+c; } } 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,1,15)); } }

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