online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
// Cookies program using System; using System.IO; public class Program { // ------------------------- // Subprograms // ------------------------- static string read_cookie() { } static void write_cookie(string theme) { } static void change_theme(string theme) { } // ------------------------- // Main program // ------------------------- static void Main() { string theme = read_cookie(); Console.WriteLine("The current theme = " + theme); } }
theme = dark

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