Programming Methodology Practice Session #0ocw.snu.ac.kr/sites/default/files/NOTE/4062.pdfMicrosoft...

Post on 07-Aug-2020

2 views 0 download

Transcript of Programming Methodology Practice Session #0ocw.snu.ac.kr/sites/default/files/NOTE/4062.pdfMicrosoft...

Programming MethodologyProgramming MethodologyPractice Session #0Practice Session #0

Installation & Use of Visual C++ 2005Installation & Use of Visual C++ 2005

Programming MethodologyProgramming MethodologyPractice Session #0Practice Session #0

Installation & Use of Visual C++ 2005Installation & Use of Visual C++ 2005

How to Get Installation File (1)How to Get Installation File (1)§ C: How to Program 책의부록

• 영문판

§ Microsoft homepage에서무료로다운로드가능• 한글판• http://www.microsoft.com/korea/msdn/vstudio/express

/visualc/download/

2

§ C: How to Program 책의부록• 영문판

§ Microsoft homepage에서무료로다운로드가능• 한글판• http://www.microsoft.com/korea/msdn/vstudio/express

/visualc/download/

How to Get Installation File (2)How to Get Installation File (2)

3

Installation (1)Installation (1)

4

Installation (2)Installation (2)

5

Installation (3)Installation (3)

6

Installation (4)Installation (4)

7

Installation (5)Installation (5)

8

Installation (6)Installation (6)

9

Start PageStart Page

10

Creating a Project (1)Creating a Project (1)

11

Creating a Project (2)Creating a Project (2)

12

Creating a Project (3)Creating a Project (3)

13

Creating a File (1)Creating a File (1)

14

Creating a File (2)Creating a File (2)

15

Making Source CodeMaking Source Code

16

Compile (1)Compile (1)

17

Compile (2)Compile (2)

18

Running the ProgramRunning the Program

19

Execution FileExecution File

20

Sample PracticeSample Practice§ HelloWorld라는이름의 project를생성한다.

§ HelloWorld.c 파일을생성한다.

§ “Hello World!!” 를 10번출력하는 C 프로그램을작성한뒤, 컴파일하고실행한다.

21

§ HelloWorld라는이름의 project를생성한다.

§ HelloWorld.c 파일을생성한다.

§ “Hello World!!” 를 10번출력하는 C 프로그램을작성한뒤, 컴파일하고실행한다.

MemoMemo

22