online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include<iostream>//نبدأ بوضع المكتبات using namespace std;//نبدأ بوضع المكتبات int main(){//الدالة الرئيسية int repeat=0;//يبدأ الكمبيوتر بالتعداد من رقم صفر وليس الرقم واحد //قمنا بتعريف متغير يحمل قيمة صفر حتى يتسنى لنا تكرار الجملة8 مرات do{cout<<"hello friend"<<endl; repeat++;}// قم بالطباعة 8 مرات while(repeat<8);// في حال مازال التعداد أقل من8 مرات قم بعمل الآتي // قم بزيادة عداد التكرارات حتى ينتهي الشرط 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