
You will learn about the introduction to c++ after this lecture
Learn to print a line of text in C++ by writing a simple program, including basic use of namespaces and lines of code.
Design a C++ program that adds two integers, demonstrates including headers, and outputs the resulting sum, guiding you through entering number one and number two.
Explore arithmetic operators in c++, including addition, subtraction, multiplication, and division, and see how they perform operations on values through practical examples like a multiplication calculator.
Learn about data types in c++, using examples of characters and values and exploring how size affects these types.
Learn how to write a C++ program that reads two numbers from the user, multiplies them, and prints the product.
Write a C++ program that computes the difference between two numbers, illustrating basic input and arithmetic operations in the first week of C++ programming.
Create a C++ program to find the quotient of two numbers, as introduced in the C++ programming course.
C++ is a powerful computer programming language that's appropriate for technically oriented people with little or no programming experience, and for experienced programmers to use in building substantial information systems.
C++ is one of today's most popular software development languages.
C++11 and C++14 the latest versions standardized through the International Organization for Standardization and the International Electrotechnical Commission.
C++ is a cross-platform language that can be used to create high-performance applications.
C++ was developed by Bjarne Stroustrup, as an extension to the C language.
C++ gives programmers a high level of control over system resources and memory.
The language was updated 3 major times in 2011, 2014, and 2017 to C++11, C++14, and C++17
C++ is a powerful general-purpose programming language. It can be used to develop operating systems, browsers, games, and so on. C++ supports different ways of programming like procedural, object-oriented, functional, and so on. This makes C++ powerful as well as flexible.
C++ was designed with an orientation toward system programming and embedded, resource-constrained software and large systems, with performance, efficiency, and flexibility of use as its design highlights. C++ has also been found useful in many other contexts, with key strengths being software infrastructure and resource-constrained applications,[10] including desktop applications, video games, servers (e.g. e-commerce, web search, or databases), and performance-critical applications (e.g. telephone switches or space probes).
C++ is standardized by the International Organization for Standardization (ISO), with the latest standard version ratified and published by ISO in December 2020 as ISO/IEC 14882:2020 (informally known as C++20). The C++ programming language was initially standardized in 1998 as ISO/IEC 14882:1998, which was then amended by the C++03, C++11, C++14, and C++17 standards. The current C++20 standard supersedes these with new features and an enlarged standard library. Before the initial standardization in 1998, C++ was developed by Danish computer scientist Bjarne Stroustrup at Bell Labs since 1979 as an extension of the C language; he wanted an efficient and flexible language similar to C that also provided high-level features for program organization.[13] Since 2012, C++ is on a three-year release schedule,[14] with C++23 the next planned standard.[15]