online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
#include <iostream> #include <string> #include <conio.h> using namespace std; int main() { string a; int dlugosc=a.length(); char wybor; int i=dlugosc; cout<<"witaj w moim programie! ૮ ˶ᵔ ᵕ ᵔ˶ ა"<<endl; cout<<"podaj wyraz(y):"<<endl; cin>>a; cout<<"_____________________________________________"<<endl; cout<<"podany przez ciebie wyraz(y):"<<a<<endl; cout<<"_____________________________________________"<<endl; cout<<"co mam zrobic?"<<endl; cout<<"1. wypisz to co napisalem od tyłu"<<endl; cout<<"2. podaj ilosc znakow w zapisie"<<endl; cout<<"3. wyszukaj litery/frazy z zapisu"<<endl; cout<<"4. zmien wszystkie litery na duze"<<endl; cout<<"5. zmien wszystkie litery na male"<<endl; cout<<"6. dodaj cos do zapisu"<<endl; cout<<"7. zastap czesc zapisu"<<endl; cout<<"8. wyjmij cos z zapisu"<<endl; cout<<"(˵ •̀ ᴗ - ˵ ) ✧"<<endl; cout<<"_____________________________________________"<<endl; cout<<"dokonaj wyboru:"<<endl; cin>>wybor; switch(wybor) { case '1': cout<<"twoja tresc po odwroceniu prezentuje sie tak:"<<endl; for(i=dlugosc-1; i>0; i--) { cout<<a[i]; } break; }

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