تمرين على الكلاس الدرس 16| OOP C++
Вставка
- Опубліковано 8 лют 2025
- فى الفيديو هنحل تمرين على كتابه الكلاس
محاضرة تعلم لغه سي بلس بلس فى 5 ساعات :
• تعلم لغة سي بلس بلس فى...
كورس المستوى الاول لتعلم لغه سي بلس بلس
• كورس لغة C++
كورس المستوى التانى لتعلم لغه سي بلس بلس
• مخطط كورس المستوى التا...
كورس التصميم على يوديمى :
www.udemy.com/...
حمل الملخص من هنا :
t.me/Et3lambBsata
Follow Me :
Instagram : / ahmedadel.n
TikTok : www.tiktok.com....
Facebook : www.facebook.c....
Page on Facebook : / . .
Telegram : t.me/Et3lambBsata
كورس التصميم على يوديمى :
www.udemy.com/...
حمل الملخص من هنا :
t.me/Et3lambBsata
Follow Me :
Instagram : / ahmedadel.n
TikTok : www.tiktok.com....
Facebook : www.facebook.c....
Page on Facebook : / . .
Telegram : t.me/Et3lambBsata
يا هندسه منتظرين منك project على ال oop بفارغ الصبر
بغض النظرة عن مستوى صعوبة الدرس والمعلومات لكن لديك اسلوب في الشرح مميز لا يمتلكه معظم المعلمين لو اخترت هذا المجال ستكون من اهم المدرسين في هذا المجال بالتوفيق
بارك الله فيك انتقلت بين اكثر من واحد الا انك الافضل من حيث وضوح الشاسة وطريقة توصيل المعلومة
حبيييتت طريقة التعليم و اخيرا فهمت الكلاسز.. و بكرة عندي امتحان ادعولي
عملت اى
حبيت طريقه الشرح مرسي اوي اوي بجد ❤
الله يجزيك الخير شرحك أسطوري , ياريت تابعتك قبل بيومين كنت كتبت ممتاز بالاختبار :(
والله ماشاء الله
شرح رووووعة
ربنا يرزقك الفردوس
بارك الله فيك و جزاك الله خيرا
شكرا لمجهودك المميز
شرح قوي جدا ومفهوم وواضح.
الله ينور ياهندسه + عيزين فديو ازاي نكسب من البرمجه
الله يوفقك
Continue bro
ممكن طلب منك يااستاذ
انا نفسي اشتغل back end developer ومش عارف اه المسار اللي امشي عليه ممكن نصيحه
ايه الفرق بينه وبين ال structure
السلام عليكم عندي سؤال اكتب برنامج
The equation of a line in standard form is ax + by = c, wherein both a and b cannot be
zero, and a, b, and c are real numbers. If b != 0, then -a/b is the slope of the line. If a
= 0, then it is a horizontal line, and if b = 0, then it is a vertical line. The slope of a
vertical line is undefined. Two lines are parallel if they have the same slope or both
are vertical lines. Two lines are perpendicular if either one of the lines is horizontal
and the other is vertical or the product of their slopes is -1. Design the class
lineType to store a line. To store a line, you need to store the values of a
(coefficient of x), b (coefficient of y), and c. Your class must contain the following
operations.
a. If a line is nonvertical, then determine its slope.
b. Determine if two lines are equal. (Two lines 𝑎1𝑥 + 𝑏1𝑦 = 𝑐1 𝑎𝑛𝑑 𝑎2𝑥 +
𝑏2𝑦 = 𝑐2 are equal if either 𝑎1 = 𝑎2, 𝑏1 = 𝑏2, and 𝑐1 = 𝑐2or 𝑎1 = 𝑘𝑎2, 𝑏1 =
𝑘𝑏2, and 𝑐1 = 𝑘𝑐2 for some real number k.)
c. Determine if two lines are parallel.
d. Determine if two lines are perpendicular.
e. If two lines are not parallel, then find the point of intersection.
Add appropriate constructors to initialize variables of lineType. Also write a
program to test your class.
🥲
فين الباقي
ممكن تحط اكواد البرنامج في الوصف
ن لو عاوزه اكتب الكود علي ورق اكتبه ازاي
ماهو الكلاس
قطاع او جزئ نضع فيه الاكواد ثم نقوم باستداعها