Download as pdf or txt
Download as pdf or txt
You are on page 1of 18

Lecture 2

Editing and IDE Environment in C++

Ass. Prof. Ali H. Wheeb


a.wheeb@coeng.uobaghdad.edu.iq
College of Engineering, University of Baghdad

12/12/2022 Lecturer Ali H.Wheeb 1


Source Code
• Word
• Power point
• Text Document

Where we should write the C++


Code ?

12/12/2022 Lecturer Ali H.Wheeb 2


Writing Source Code
• Clear , Understand, Correct
• Human Vs Computer (Word Correct)
• Can we use word to write C++ code?
• We need special programs.

12/12/2022 Lecturer Ali H.Wheeb 3


Writing Source Code
• Read , Correct , and Run the Code.
• Integrated Development Environment (IDE)
• IDE Support programmer to write and develop
code in java, C , and C++.

12/12/2022 Lecturer Ali H.Wheeb 4


IDE
• IDE Consist of

12/12/2022 Lecturer Ali H.Wheeb 5


Build Source Code

12/12/2022 Lecturer Ali H.Wheeb 6


Build Source Code

12/12/2022 Lecturer Ali H.Wheeb 7


Program Language to Machine
Language

12/12/2022 Lecturer Ali H.Wheeb 8


Output of Source code

12/12/2022 Lecturer Ali H.Wheeb 9


Write Source code in terminal

12/12/2022 Lecturer Ali H.Wheeb 10


Write Source code in terminal

12/12/2022 Lecturer Ali H.Wheeb 11


IDE
• NetBeans
• Visual Studio

12/12/2022 Lecturer Ali H.Wheeb 12


NetBeans

12/12/2022 Lecturer Ali H.Wheeb 13


NetBeans

12/12/2022 Lecturer Ali H.Wheeb 14


Create Project

12/12/2022 Lecturer Ali H.Wheeb 15


Create Project

12/12/2022 Lecturer Ali H.Wheeb 16


Create Project

12/12/2022 Lecturer Ali H.Wheeb 17


Thanks for
Listening time

12/12/2022 Lecturer Ali H.Wheeb 18

You might also like