0% found this document useful (0 votes)
5 views12 pages

C Presentation

C++ is a popular object-oriented programming language developed in 1979, known for its performance and efficiency in system-level programming. It offers features like low-level manipulation, a Standard Template Library, and dynamic memory management, making it suitable for various applications including game development and embedded systems. The language's versatility and powerful libraries contribute to its widespread use across different domains.

Uploaded by

jaizaelafunticha
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)
5 views12 pages

C Presentation

C++ is a popular object-oriented programming language developed in 1979, known for its performance and efficiency in system-level programming. It offers features like low-level manipulation, a Standard Template Library, and dynamic memory management, making it suitable for various applications including game development and embedded systems. The language's versatility and powerful libraries contribute to its widespread use across different domains.

Uploaded by

jaizaelafunticha
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/ 12

PRESENTATION ON C++

P R E PA R E D BY G R O U P 8 : T O R R E , F U N T I C H A ,
P O R RA S
CONTENT TO BE
COVERED
INTRODUCTION

EXAMPLE CODE

WHY C+ + IS USED?

FEATURES OF C+ +
INTRODUCTION
INTRODUCTION

 C++ is a most popular object oriented


PROGRAMMING LANGUAGE (OOP)
 Used to create COMPUTER PROGRAMS and
high-performance applications
 C++ is a powerful general-purpose
programming language that was developed by
Bjarne in 1979
HERE ARE THE BREAKDOWN OF
KEY ASPECTS OF C++
1.Low level Manipulation- C++ retains features 4.Performance- C++ is known for its
like pointers and memory management which performance because it is a compiled
gives programmers control over system language and allows low level memory
resources. manipulation

2. Standard Template Library (STL)- The STL is a 5. Portability- C++ is portable across
powerful library in C++ that provides generic different platforms and operating
classes and functions such as containers. It systems, making it a good choice for
helps in reducing development time and cross-platforms applications.
improves the performance of application
6. Applications- game development,
3.Memory Management- C++ allows both system programming, application
automatic and dynamic memory management. development, embedded system
It has operators like new and delete to allocate
and dellocate memory at runtime
EXAMPLE CODE In this code:
The program asks the user to
set a password,then input two
numbers.After re-entering the
password for verification it
displays the addition result of
the numbers(40+60=100).The
program completes successfully
with an execution time of
152.516 seconds,illustrating
simple password-protected
access for calculation.
WHY C++ IS USED
WHY C++ IS USED
C++ is used for its powerful
performance and efficiency, making
it ideal for system-level programming
and applications requiring high-speed
processing. It offers object-oriented
features, allowing for better
organization and modularity in code.
FEATURES OF C+ +
• Simple
• Fast
• OOP (OBJECT ORIENTED
PROGRAMMING LANGUAGE)
• Compiler- based
• Portability
• DMA (DYNAMIC MEMORY
ALLOCATION)
SUMMARY
C++ is a versatile,effecient language that
gives programmers fine control over system
resources while supporting high-level
features through OOP.Its powerful libraries
combined with low-level capabilities,make it
a popular choice across various
domains,including games,finance,and
system software.
THANK YOU

You might also like