0% found this document useful (0 votes)
96 views

Question/Discussion 1. Open Programming C++

The document discusses C++, a general purpose programming language. It provides an overview of C++'s features such as object-oriented and generic programming as well as low-level memory manipulation capabilities. C++ was designed for systems programming and resource-constrained applications. It is widely used in software infrastructure, desktop applications, servers, performance-critical applications, and entertainment software. C++ is standardized by ISO and the latest standard version was published in 2014.

Uploaded by

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

Question/Discussion 1. Open Programming C++

The document discusses C++, a general purpose programming language. It provides an overview of C++'s features such as object-oriented and generic programming as well as low-level memory manipulation capabilities. C++ was designed for systems programming and resource-constrained applications. It is widely used in software infrastructure, desktop applications, servers, performance-critical applications, and entertainment software. C++ is standardized by ISO and the latest standard version was published in 2014.

Uploaded by

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

QUESTION/DISCUSSION

1. Open programming C++

2. Select new source file.


Step 2 : After typing, click the file and find the (source file Ctrl+0)

3. White this program.


Step 3 : Type carefully and check the words.

4. Save the file under project 1.


Step 4 : Find (Run F10) and click, after that

5. Save the file under project 1.


Step 5 : Click file and find Save As

6. Select new scoure file


Step 6 : After click Save As, appear this file,

7.

Execute the program.


Step 7 : this page open because,

8. Execute the program.


Step 8 : that page appear form this start, after page appear, you have to
enter the number

9. Insert the data.


Step 9 : After type the first number and second

Find the result


C++ (pronounced as cee plus plus, /si pls pls/) is a general-purpose programming language.
It has imperative, object-oriented and generic programming features, while also providing
facilities for low-level memory manipulation.
It was designed with a bias toward system programming and embedded, resource-constrained
and large systems, with performance, efficiency and flexibility of use as its design highlights. [3] C+
+ has also been found useful in many other contexts, with key strengths being software
infrastructure and resource-constrained applications,[3] including desktop applications, servers
(e.g. e-commerce, web search or SQL servers), performance-critical applications (e.g. telephone
switches or space probes), and entertainment software.[4] C++ is a compiled language, with
implementations of it available on many platforms and provided by various organizations,
including the FSF, LLVM, Microsoft, Intel and IBM.
C++ is standardized by the International Organization for Standardization (ISO), with the latest
(and current) standard version ratified and published by ISO in December 2014 as ISO/IEC
14882:2014 (informally known asC++14).[5] The C++ programming language was initially
standardized in 1998 as ISO/IEC 14882:1998, which was then amended by the C++03, ISO/IEC
14882:2003, standard. The current C++14 standard supersedes these and C++11, with new
features and an enlarged standard library. Before the initial standardization in 1998, C++ was
developed by Bjarne Stroustrup at Bell Labs since 1979, as an extension of the C language as
he wanted an efficient and flexible language similar to C, which also provided high-level features
for program organization.
Many other programming languages have been influenced by C++, including C#, Java, and
newer versions of C (after 1998).

You might also like