• Post category:StudyBullet-5
  • Reading time:4 mins read


What you will learn

ستتمكن من الدخول الى عالم البرمجة وفهم اساسيات اللغات البرمجية

1- Structural Programming.

2- Object Oriented Programming.

3- Standard Template Library (STL)

Description

هذه الدورة من السي بلس بلس حيث افترض الشخص الذي امامي لا يعرف اي شي عن عالم البرمجة ستتمكن من خلال هذه الدورة من الدخول الى عالم البرمجة وفهم اساسيات اللغات البرمجية

لا تحتاج الى اي مؤهلات للدخول الى هذه الدورة ،تتميز هذه الدورة بأنها مختصرة وليس فيها تشعبات وتفاصيل غير اساسية

C++ is a general purpose programming language that supports various computer programming models such as object-oriented programming and generic programming.Its main purpose was to make writing good programs easier and more pleasant for the individual programmer.

By learning C++, you can create applications that will run on a wide variety of hardware platforms such as personal computers running Windows, Linux, UNIX, and Mac OS X.

The main target of this course is to help the students who are still under graduation and want to understand C++ programming and teach them how to solve exam problems.

Why you should learn C++


Get Instant Notification of New Courses on our Telegram channel.


Much, if not most of the software written today is still written in C++ and this has been the case for many, many years.

Not only is C++ popular, but it is also a very relevant language. If you go to GitHub you will see that there are a huge number of active C++ repositories and C++ is also extremely active on stack overflow.

There are many, many leading software titles written entirely or partly in C++. These include the Windows, Linux, and Mac OSX operating systems!

Many of the Adobe products such as Photoshop and Illustrator, the MySQL and MongoDB database engines, and many many more are written in C++.

Leading tech companies use C++ for many of their products and internal research and development. These include Amazon, Apple, Microsoft, PayPal, Google, Facebook, Oracle, and many more.

العربية
language

Content

اساسيات السي بلس بلس

مقدمة عن الدورة
ما هي البرمجة ، ما هي لغات البرمجة ، لماذا يجب ان نتعلم البرمجة
البرنامج الاول في السي بلس بلس (برنامج c free 5)
شرح البرناج الاول، ما هي التعليقات في البرمجة
تعريف المتغيرات ، امر الاخراج
امر الادخال
العمليات الرياضية

العبارات الشرطية والتكرارية في السي بلس بلس

عبارات if الشرطية
عبارات switch الشرطية
الحلقات (التكرار) في c++ باستخدام عبارات while,do-while
الحلقات (التكرار) في c++ باستخدام عبارات for,nested for

الدوال function

1 الدوال
2 called by referance
3 avg fun
4 الاعداد الفردية والزوجية استدعاء دالة بداخل دالة
5 ايجاد العدد الاكبر من بين 3 اعداد
6 recursion
7 built in function

array المصفوفات

1 array of integers
2 array of characters
3 array of two dimension
4 ادخال وطباعة عناصر مصفوفة 2D
5 ايجاد المجموع التراكمي ومجموع صف وعمود معين
6 جمع مصفوفتين ثنائية وتحويل مصفوفة ثنائية الى احادية
7 التعامل مع القطر الرئيسي والثانوي
8 array of three dimension
9 passing array through function

Note:- Focus on Free Certificate rather than the course language.