C++ Programming Language
About Course
Programming nowadays is a very important discipline. With the advancement of technology, most of today’s jobs take a technological twist. Technology and basic computer literacy is not something that people can ignore. Going even further, programming is integral in establishing a healthy mindset as well as being able to adapt to everyday challenges be it at work or not. Programming helps us not only to understand the world we live in but it allows us to shape it.
In this module we are going to learn programming with C++.
C++ is a programming language, able to run on multiple platforms, from Windows devices to MAC OS ones. Bjarne Stroustrup developed it in 1979 at Bell Labs. The purpose of the language was to enhance and improve upon the existing C language. C++ is an object-oriented language. Object oriented languages programmers define not only the data type of a data structure, but also the types of operations (functions) refers to a type of computer programming in which that can be applied to the data structure.
C++ is considered to be an intermediate-level language, as it encapsulates both high- and low-level language features. Initially, the language was called “C with classes” as it had all the properties of the C language with an additional concept of “classes.” However, it was renamed C++ in 1983. The language is widely used among the programmers or developers mainly for developing applications, but also for developing games, for animation, web browsers, database access, media access, operating systems etc.
Course Content
Introduction
-
Meet the Instructor
-
Pre-Assessment
-
About Programming