job sheet 5

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

Upload: aina-mardiana

Post on 05-Jan-2016

212 views

Category:

Documents


0 download

DESCRIPTION

JOB SHEET 5 - AINA MARDIANA BINTI HASZINIL

TRANSCRIPT

Page 1: JOB SHEET 5

QUESTION/DISCUSSION1. Open programming C++

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

Page 2: JOB SHEET 5

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

Page 3: JOB SHEET 5

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,

Page 4: JOB SHEET 5

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

Page 5: JOB SHEET 5

9. Insert the data.

Step 9 : After type the first number and second

Page 6: JOB SHEET 5

Find the result

C++ (pronounced as cee plus plus, /ˈsiː   plʌs   plʌs/ ) 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).

Page 7: JOB SHEET 5