
هذا المساق يقدم المفاهيم الأساسية للبرمجة باستخدام الـC++. سنشرح قطع البناء الأساسية لأي برنامج، إضافة إلى القوانين لكتابة الكود في الـC++. بعد ذلك سنشرح أشكالاً مختلفة من الأدوات التي تسمح لنا بإداء مهام عديدة.
محتوى المساق
الجلسة 1: مقدمة
Hello, World!
You don't currently have access to this content
Hello World! 2
You don't currently have access to this content
الجلسة 2: الأساسيات
المتغيرات
You don't currently have access to this content
أنواع البيانات
You don't currently have access to this content
المدخلات والمخرجات
You don't currently have access to this content
العمليات الجزء الأول: العمليات الرياضية
You don't currently have access to this content
العمليات الجزء الثاني: compound assignment, increment and decrement
You don't currently have access to this content
العمليات الجزء الثالث: العمليات وأنواع البيانات
You don't currently have access to this content
العمليات الجزء الرابع: Relational and logical operators
You don't currently have access to this content
الجلسة 3: صنع القرارات
صنع القرار: if statements
You don't currently have access to this content
if-else and nesting
You don't currently have access to this content
الجلسة 4: التكرار
While loops
You don't currently have access to this content
do while loops
You don't currently have access to this content
for loops
You don't currently have access to this content
الجلسة 5: الختام
Scope
You don't currently have access to this content
المثال الثاني
You don't currently have access to this content
Errors 1: Compilation errors
You don't currently have access to this content