You are on page 1of 3

Name:

University ID:

1
Features of C++ ? ‫ ماهي مميزات لغة ال‬C++
1 - C++ language is support Object oriented programing (oop), C++
language is a development of C language so C++ language takes
the strengths of C language and as well as developed to support
OOP so be easier and more productive.
2 - C++ provide generic facility which is an important construct for
supporting reuse.
3 - C++ has a range of ready-made libraries that facilitate and speed up
in writing code this saves time and makes development fast.
4 - C++ is considered to be simple languages So we can divide the
complex and large program into parts and units Also the sentences
of code are close to human language specifically English.
5 - C++ is Popular language and has a large base of programmers and
also have syntax similar to many current programming languages
6 - I think The best language used in programming education in
universities is C ++ because it combines proceeding procedural
programming and OOP and also has powerful logical syntax.
7 - C++ has Compiler or other word is compiler-based language That
is C++ programs used to be compiled and their executable file is
used to run it.
8 - C++ is a relatively faster language? than other language like Java
and python.
9 - C++ supports dynamic memory allocation

2
‫أي نوع من البرامج يتم كتابتها بواسطة هذه اللغة ؟‬
 desktop programs
the c++ language used to develop of Graphical User Interface to
complete some office bussines
 Operating System
C++ is fast programming language And integration with hardware for
that writing operating systems.. An example of that Microsoft Windows
OS like Windows 95, ME, 98; XP, etc .
 Bank programs
Becuase C++ is concurrency and high performance and multi-
threading so used to develop bank program
 Browsers
C++ used to develop browsers like Mozilla Firefox and Chrome browser
are written in C++.
Because the browser needs to be quick to download pages so we often
use C ++ to developed
 Database Software
C++ is used in writing database management software like databases
MYSQL.
 Embedded Systems
C++ used to program embedded system
 Games
C++ used to develop gaming System because the C++ is close to the
hardware and fast

You might also like