CSE 1061 Fundamentals of Programming Lecture #2: Spring 2015
CSE 1061 Fundamentals of Programming Lecture #2: Spring 2015
Lecture #2
Spring 2015
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
Environment Setting ASTU
15
Compiler Settings ASTU
16
Our First C++ Program ASTU
17
Namespace and Libraries ASTU
18
Namespace and Libraries ASTU
19
Namespace and Libraries ASTU
20
Build and Run ASTU
21
Console Screen ASTU
22