5

C++ - MUHAMMAD NAIM BIN KHAMIS

Embed Size (px)

DESCRIPTION

C++

Citation preview

Page 1: C++ - MUHAMMAD NAIM BIN KHAMIS
Page 2: C++ - MUHAMMAD NAIM BIN KHAMIS
Page 3: C++ - MUHAMMAD NAIM BIN KHAMIS

QUESTION/DISCUSS:

1. How toa. Compilation process.

Open the program Dev C++ Go to file and click File. Then click Project. You will see, the pop-up just

like this.

When this pop-up appear, click the console application and click OK.

Page 4: C++ - MUHAMMAD NAIM BIN KHAMIS

Next, choose the file you want to put. And now you begin your programming. Until you done your programming. You must

compliation the process. You go to Execute and click compile the program

just like this.

That how to compile the programming

b. Execute the program. After your compile the file, you must run the file. To Execute the program, you must go to Execute

and click the Run or you can click the button F10 for Run the program.

2. What is C++ ProgrammingC++ (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.