Рет қаралды 2,181
Share this video
• C++ Lesson 10 Array in...
Twitter: / h_a_hashim
Linkedin: / h-a-hashim
Facebook: / hashimedutech
---------------------------------------------------------------------------
خطوات كتابة اى برنامج تنقسم الى سبعة خطوات وهى
1. تحديد الهدف من البرنامج.
2. تصميم البرنامج ويكون عن طريق (كتابة رواية أو خريطة السير أو شفرة مستعارة أو ..).
3. كتابة البرنامج.
4.التجميع.
5. تشغيل البرنامج.
6. اختبار و البرنامج.
7. صيانة وتحديث البرنامج.
فى هذا المحتوى نستعرض كل الخطوات السابقة فى ما عدا الخطوة السابعة.
لغة برمجة هذا المحتوى هى الـ (سى بلس بلس) وبما أن لغة البرمجة دائما ما تكتب بالأنجليزية لذلك اللغة الأنجليزية هى لغة عرض المحتوى الا ان لغة الشرح هى اللغة العربية. محتوى كورس الـ (سى بلس بلس) هى
تحديد الهدف من البرنامج
تصميم البرنامج
بداية تشغيل الفيجوال ستوديو وكتابة أول برنامج (محاضرة 1)
كتابة وممارسة البرمجة (محاضرة 2)
إختيارات وشروط (محاضرة 3 & 4)
دورات (محاضرة 5 & 6)
الدوال (محاضرة 7 & 8)
بناء اله حاسبة
الدوال و الأرقام العشوائية و أخذ نص و أنواع المتغيرات (محاضرة 9)
المصفوفات احادية ومتعددة الأبعاد (محاضرة 10 & 11)
المؤشرات (محاضرة 12)
(محاضرة 13) المجموعات
التصنيف (محاضرة 14 & 15 & 16)
------------------------------------------------------------------------------
In order to write a program, there are seven steps that you need to follow:
1. Define the program objectives.
2. Design the program.
3. Write the code.
4. Compile.
5. Run the program.
6. Test and debug the program.
7. Maintain and modify the program.
In this course, we cover first six of the above-mentioned steps. All the lecture slides are in English, but the lecture itself is given in Arabic. The complete C++ course includes
What/Why Programming? (Definition and real world applications of programming) Program Objective (Introduction).
Design the Program: Flow chart and Pseudo code (Introduction).
Starting Visual Studio, history of C and C++, online compiler (Lecture 1).
Writing programs, comments, variables, constants and math operations (Lecture 2).
Decision/Selection process (if, else, switch case default) (Lecture 3 & 4).
Repetition structures (do, while, for loop) (Lecture 5 & 6).
Functions, default argument, overloading, static variable (Lecture 7 & 8).
Building calculator
Random numbers, getline, local and global variables (Lecture 9).
Arrays one, two, three dimensional (Lecture 10 & 11).
Pointers & Address (Lecture 12).
Vectors (Lecture 13)
Class and Object (Lecture 14 & 15 & 16)