عبر الإنترنت
eduCBA C++ Programming eduCBA

تفاصيل الدورة

C++ owes its success to the fact that it allows the programmers to organize and process information more effectively than most other languages.

Also, it builds on the work already done with the C language. In fact, most C programs can be transformed into C++ programs with little trouble. These programs usually don’t use all the new features of C++, but they do work.

In this way, C++ allows programmers to build on an existing base of C code.

Following are Some Feature of C++

C++ is C. C++ supports (almost) all the features of C. Like C, C++ allows programmers to manage the memory directly, to develop efficient programs.

C++ is Object Oriented Programming Language. C++ enhances the procedural-oriented C language with the object-oriented extension. The Object Oriented extension facilitates design, reuse and maintenance for complex software.

C++ introduces generic programming, via the so-called template. You can use these templates in our application.

C++ provides a huge set of reusable standard libraries, in particular, the Standard Template Library (STL). تحديث بتاريخ 27 March, 2023

قيِم هذه الصفحة