Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
c++ programming
Rating: 3.9 out of 5(84 ratings)
2,462 students

c++ programming

c++
Created byHareem e naz
Last updated 3/2021
English

What you'll learn

  • c++ programming

Course content

1 section14 lectures37m total length
  • Introduction to c++ programming1:43

    You will learn about the introduction to c++ after this lecture

  • Download dev c++0:10
  • C++ Program :Printing a line of text3:38

    Learn to print a line of text in C++ by writing a simple program, including basic use of namespaces and lines of code.

  • why we use header ,using namespace std ,main funnction and return 00:50
  • cin in C++0:10
  • Program in C++ using cin2:20
  • C++ Program : Adding integers4:29

    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.

  • Memory Concepts0:04
  • arithmetic operators in C++4:55

    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.

  • Data types in c++2:05

    Learn about data types in c++, using examples of characters and values and exploring how size affects these types.

  • C++ program using if statement4:20
  • C++ program to find product of two numbers3:44

    Learn how to write a C++ program that reads two numbers from the user, multiplies them, and prints the product.

  • C++ program to find difference of two numbers4:05

    Write a C++ program that computes the difference between two numbers, illustrating basic input and arithmetic operations in the first week of C++ programming.

  • C++ program to find quotient of two numbers4:27

    Create a C++ program to find the quotient of two numbers, as introduced in the C++ programming course.

Requirements

  • dev c++ software

Description

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]

 

Who this course is for:

  • students who are eager to learn c++