online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include <iostream> #include<map> #include<string> #include<vector> using namespace std; #include "dmx.h" Dmx dmx[10] = {Dmx(1), Dmx(2),Dmx(3), Dmx(4), Dmx(5), Dmx(6), Dmx(7), Dmx(8), Dmx(9), Dmx(10)}; Dmx::touchSlider slider[10] = {50,130,210,290,370,50,130,210,290,370}; int main() { }
// dmx.h #ifndef dmx_h #define dmx_h class Dmx { public: Dmx() { } Dmx(int){ } // some functions and variables void channelDisplay() { } class touchSlider{ private: // some variables public: touchSlider(); //declaration touchSlider(int);//declaration // some functions void printChannel();//declaration }; }; #endif
#include "dmx.h" //default ctor implementation Dmx::touchSlider::touchSlider(){ } // some functions void Dmx::touchSlider::printChannel() { } Dmx::touchSlider::touchSlider(int) { }

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