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(83 ratings)
2,456 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
  • 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
  • Memory Concepts0:04
  • arithmetic operators in C++4:55
  • Data types in c++2:05
  • C++ program using if statement4:20
  • C++ program to find product of two numbers3:44
  • C++ program to find difference of two numbers4:05
  • C++ program to find quotient of two numbers4:27

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++