News

Monday, May 10, 2021

00 || Introduction To C++ Programming || C++ Full Course via Dev-C++

C++ Full Course via Dev-C++

00 || Introduction To C++ Programming 




What is C++?

  • C++ is a high level language which is used to make high level applications.
  • C++ was developed by Bjarne Stroustrup in early 1980's, which is based on the C language by adding more features like Object Oriented Programming..
  • C++ provides programmers a high level of access and control over system memory and other resources of system.
  • The language was updated many times times: 
    1. C++98  (first edition)
    2. C++03 (second edition)
    3. C++11 (third edition)
    4. C++14 (fourth edition)
    5. C++17 (fifth edition)       

Why Use C++?

  • C++ is most famous and used programming language in whole world.
  • C++ is widely used for operating systems, Graphical User Interfaces GUI, and for embedded systems.
  • C++ provides a clear structure to our programs and allows code to reused at any time, make program development cost more cheaper.
  • C++ is portable and used to develop applications that require multiple platforms.
  • C++ is easy to understand.
  • As C++ is close to C# and Java, it provides benefits to its users to switch to C#, Java or vice versa.

No comments:

Post a Comment