C++ ، مترجمات ،برمجة مهيكلة، هياكل بيانات،
2.21K subscribers
239 photos
7 videos
49 files
53 links
تأسست هذه القناة في 2018/5/9

قناة مختصة بنشر الأسئلة والحلول للبرمجة المهيكلة وهياكل بيانات بلغة ++C.
قنواتنا :
@MATLABchann
@JAVA_AVAJ
@VisualBasicAst
@computer_graphicsC
@includecplusplus
Download Telegram
Forwarded from ❥͢ ❈↡< C++ > برمجة (❥ツ)
إ₰👨🏻‍💻👩🏻‍💻₰❥

#include <iostream>
using namespace std;
int &max(int &x ,int &y)
{
if (x > y)
return x;
else
return y;
}

int main ( ){
int a =1 ,b =3 ;
cout <<max (a,b);}


•┈┈┈•❈••✦✾✦••❈•┈┈┈•
❥➺┊ @barrmaja
•┈┈┈•❈••✦✾✦••❈•┈┈┈•
❥͢ ❈↡< C++ > برمجة
إ₰👨🏻‍💻👩🏻‍💻₰❥ #include <iostream> using namespace std; int &max(int &x ,int &y) { if (x > y) return x; else return y; } int main ( ){ int a =1 ,b =3 ; cout <<max (a,b);} •┈┈┈•❈••✦✾✦••❈•┈┈┈• ❥➺┊ @barrmaja↷ •┈┈┈•❈••✦✾✦••❈•┈┈┈•
طلاب
هذي الفقرة حلووة
وهم استرجاع للمعلومات
عبارة عن اكواد والعليك تصوت ع المخرجات
يعني اتبع البرنامج المكتوب واختار المخرجات
استرجاع للمعلومات وتحفيز العقل للبرمجة 😊
Forwarded from ❥͢ ❈↡< C++ > برمجة (❥ツ)
إ₰👨🏻‍💻👩🏻‍💻₰❥

#include <iostream>
using namespace std;
int main()
{
if (!(10 != 11))
{
cout << "Ok";
}
else
{
cout << "NO";
}}


•┈┈┈•❈••✦✾✦••❈•┈┈┈•
❥➺┊ @barrmaja
•┈┈┈•❈••✦✾✦••❈•┈┈┈•
Channel name was changed to «C++ برمجة مهيكلة، هياكل بيانات،»
تم فصل قناة ++c عن JAVA
وهذا رابط قناة الجافا @JAVA_AVAJ
حل الفراغات اسئلة الدور الثاني

a-true
b-false
c-true
d-false
e-false
f-true
g-false
h- true
C++ ، مترجمات ،برمجة مهيكلة، هياكل بيانات،
حل الواجب المكدس اصغر عدد واكبر عدد
#include<iostream.h>
#include<conio.h>
const s=5;
int st[s], t=-1;
int ma , mi;
void posh(int a)
{
if(t==s-1)
cout«" Full \n";
else
{
t++;
st[t]=a;
}
}
//==========
void test_Max_Min()
{

if(t<0)
cout«" empaty \n";
else
ma=st[0];
mi=st[0];
for(int i=0; i<s; i++)
{

if(st[i]>ma)
ma=st[i];

if(st[i]<mi)
mi=st[i];
}
cout«"\n ............................ \n";
cout«"\n max = "« ma«" \n min = "«mi«endl;
}
//=================
void dis()
{
if(t<0)
cout«" Empaty \n";
else
for(int j=s; j>=0; j--)
cout«st[j];
}
void main()
{
int n,x;
cout«" Enter size of stack .... \n";
cin»n;
for(int v=0; v<n; v++)
{
cout«" value \n";
cin»x;
posh(x);
}
dis();
test_Max_Min() ;

cin»"";

}
👍1
كطلاب ديمقارطيين 😁
الأغلبية صوتوا ع "نعم"
لذلك تم إنشاء القناتين
وهذن الروابط
@drawingC
@VuislBasic
بالنسبة لنشر المواضيع الاخذناهن (عملي فقط )
إن شاء الله ينزلن ع ما انصب البرامج