online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
#include <iostream> #include <conio.h> #include <fstream> using namespace std; int main() { fstream plik; const string char2588 = "█"; const string char25AC = "▬"; const string char250C = "┌"; const string char2514 = "└"; const string char2518 = "┘"; const string char2510 = "┐"; // Wyświetlanie wyników w konsoli cout << "\n" << char2588 << " " << char25AC << " " << char250C << " " << char2514 << " " << char2518 << " " << char2510 << " "; // Wyświetlanie wyników w pliku tekstowym plik.open("plik.txt",ios::out); plik << "\n" << char2588 << " " << char25AC << " " << char250C << " " << char2514 << " " << char2518 << " " << char2510 << " "; plik.close(); getch(); return 0; }

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