The C++ Learning Guide
- Description
- Curriculum
- FAQ
- Reviews
هذه الدورة من السي بلس بلس حيث افترض الشخص الذي امامي لا يعرف اي شي عن عالم البرمجة ستتمكن من خلال هذه الدورة من الدخول الى عالم البرمجة وفهم اساسيات اللغات البرمجية
لا تحتاج الى اي مؤهلات للدخول الى هذه الدورة ،تتميز هذه الدورة بأنها مختصرة وليس فيها تشعبات وتفاصيل غير اساسية
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++
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.
-
6Output & CommentsVideo lesson
-
7VariablesVideo lesson
-
8Type CastingVideo lesson
-
9InputVideo lesson
-
10OperationVideo lesson
-
11Assignment OperatorsVideo lesson
-
12If StatementsVideo lesson
-
13Switch StatementVideo lesson
-
14LoopsVideo lesson
-
15Nested LoopsVideo lesson
-
16Degree AppVideo lesson
-
17Control StatementsVideo lesson
-
18Array of One DimensionVideo lesson
-
19Array of Two DimensionsVideo lesson
-
20PointerVideo lesson
-
21Alias, Const, Local and GlobalVideo lesson
-
22FunctionsVideo lesson
-
23RecursionVideo lesson
-
24Call by Reference & Default Argument & Inline FunctionVideo lesson
-
25StringVideo lesson
-
26Math LibraryVideo lesson
-
27Max FunctionVideo lesson
-
28Passing Array Through FunctionVideo lesson
-
29ExceptionVideo lesson
-
30Lambda ExpressionVideo lesson
-
31Higher-Order FunctionsVideo lesson
-
32IntroductionVideo lesson
-
33Class & ObjectVideo lesson
-
34ConstructorVideo lesson
-
35InheritanceVideo lesson
-
36Access ModifierVideo lesson
-
37Super ConstructorsVideo lesson
-
38Override & AbstractVideo lesson
-
39PolymorphismVideo lesson
-
40Const & StaticVideo lesson
-
41StructVideo lesson
-
42Nested ClassesVideo lesson
-
43DestructorVideo lesson
-
44Operator Overloading Part 1Video lesson
-
45Operator Overloading Part 2Video lesson
-
46Generic Class (Templates)Video lesson
-
47File SystemVideo lesson
-
48Additional NotesVideo lesson
External Links May Contain Affiliate Links read more