online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
/****************************************************************************** Online C# Compiler. Code, Compile, Run and Debug C# program online. Write your code in this editor and press "Run" button to execute it. *******************************************************************************/ using System; class HelloWorld { static void Main() { double d = Math.Ceiling(3.4); Console.WriteLine("d: {0}",d); d = Math.Ceiling(3.9); Console.WriteLine("d: {0}", d); d = Math.Floor(3.4); Console.WriteLine("d: {0}", d); d = Math.Floor(3.9); Console.WriteLine("d: {0}", d); d = Math.Round(3.3); Console.WriteLine("d: {0}", d); d = Math.Round(3.9); Console.WriteLine("d: {0}", d); d = Math.Round(3.5); Console.WriteLine("d: {0}", d); } }

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