online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
<?php $coordinates = array ( array('20 December 2040',-0.97377,-45.64867), array('31 Jan 2040',-0.92357, -45.556867), array('18 Feb 2040',-0.197537,-45.64747) ) ; echo $coordinates[0][0].": Date: ".$coordinates[0][1].", Coordinates sent: ".$coordinates[0][2]. "\n"; echo $coordinates[1][0].": Date: ".$coordinates[1][1].", Coordinates sent: ".$coordinates[1][2]. "\n"; echo $coordinates[2][0].": Date: ".$coordinates[2][1].", Coordinates sent: ".$coordinates[2][2]. "\n"; ?>

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