CSE 1062 Fundamentals of Programming Lecture #2: Spring 2017
CSE 1062 Fundamentals of Programming Lecture #2: Spring 2017
Lecture #2
Spring 2017
2
Software Requirement ASTU
• A C++ Compiler
• GCC(MinGW) Compiler<=Preferred
• Microsoft Visual C++ 2010
• Borland C++ Compiler 5.82
• An IDE
– Code Blocks<=Preferred
– Microsoft Visual C++ 2010 Express Studio
– Turbo C++
3
Opening an IDE ASTU
4
The Environment ASTU
5
Create a new Project ASTU
6
ASTU
7
The Console Application Wizard ASTU
8
Project Properties ASTU
9
Project Properties ASTU
10
Select Compiler ASTU
11
Workspace and Project Manager ASTU
12
Windows Explorer ASTU
13
Settings ASTU
14
Empty Files ASTU
15
ASTU
16
Empty Files ASTU
17
Empty Files ASTU
18
Environment Setting ASTU
19
Compiler Settings ASTU
20
Our First C++ Program ASTU
21
Namespace and Libraries ASTU
22
Namespace and Libraries ASTU
23
Namespace and Libraries ASTU
24
Build and Run ASTU
25
Console Screen ASTU
26