0% found this document useful (0 votes)
29 views6 pages

1 C++ Introduction

The document introduces C++ by explaining what it is, why it is used, and how it differs from C. C++ is an object-oriented programming language that is widely used in operating systems and applications. It allows for code reuse and is portable across platforms.

Uploaded by

rouh304
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views6 pages

1 C++ Introduction

The document introduces C++ by explaining what it is, why it is used, and how it differs from C. C++ is an object-oriented programming language that is widely used in operating systems and applications. It allows for code reuse and is portable across platforms.

Uploaded by

rouh304
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 6

C++ INTRODUCTION

By Najibullah Rahmani
WE WILL LEARN

 What is c++
 Why use c++
 Deference between c and c++
WHAT IS C++

 C++ is one of the world's most popular programming


languages.

 C++ can be found in today's operating systems, Graphical


User Interfaces, and embedded systems.

 C++ is an object-oriented programming language which gives


a clear structure to programs and allows code to be reused,
lowering development costs.
CONTINUE…

 C++ is portable and can be used to develop applications that


can be adapted to multiple platforms.

 C++ is fun and easy to learn!

 As C++ is close to C# and Java, it makes it easy for


programmers to switch to C++ or vice versa.
DIFFERENCE BETWEEN C AND C++

 C++ was developed as an extension of C, and both languages


have almost the same syntax.

 The main difference between C and C++ is that C++ support


classes and objects, while C does not.
Questions?

You might also like