2014년 12월 29일 월요일

C언어_How to Pop Up 'Hello World' as C language on Macbook with Xcode. (맥북에서 C언어로 'Hello World' 띄우기)

*If you want to learn programming language which is C language, You have to install compiler on Macbook. (My development environment is macbook air 2009 mid.)
The method which is easy is what you install 'Xcode'. 
1. You can download Xcode on 'App store'.
(앱스토어에서 Xcode를 다운로드 합니다.)

2. run Xcode. (Xcode를 실행합니다.)








This is icon of Xcode.(이것이 Xcode 아이콘 입니다.)

3. (Click) Create a new Xcode project (를 클릭합니다.)


















4. OS X - Application - Command Line Tool -Next (순서대로 클릭)













5. Decide project name and organization name. You can use defaults except project name. Language have to C
(프로젝트 이름을 정한다. Language는 C 여야 하며, 나머지는 default 값을 해도 된다.)












6. Decide location of your project, then click Create.
(프로젝트가 위치할 폴더를 정하고 Create 버튼을 누른다.)















7. There is example code. Red box is running button which runs compiler. 
(이렇게 예제 프로그램이 작성되어 있으며, 빨간상자를 누르면 컴파일 및 실행을 할 수 있습니다.)



8. There is the other method 'Product - Run' to run. 
(Product-Run, 혹은 Command+R은 컴파일 및 실행하는 또다른 방법입니다.)


9. If a result is 'Hello World!', There is correct. 
(아래에 Hello World!라는 결과가 나오면 옳게 된 것입니다.)





댓글 없음:

댓글 쓰기