Visual Studio 2017 C++ 프로젝트 생성 - Windows Desktop Wizard
CODEDRAGON ㆍDevelopment/C, C++
반응형
C++ 프로젝트 생성 - Windows Desktop Wizard
프로젝트 생성하기
메뉴: [File]] >> [New] >> [Project..]
[Visual C++] > [Windows Desktop] >> 오른쪽 창 > [Windows Desktop Wizard] 선택 >>
[프로젝트명 입력] >> [OK]
"Application type:"을 [Console Application(.exe)]으로 선택(기본값) >>
[Empty Project] 체크 >> [OK]
프로젝트 생성 완료!!!
cpp 파일 생성
Solution Explorer 창에서 프로젝트 밑에 있는 [Source Files] 폴더 선택 >> 마우스 우클릭 >> [Add] >> [New item…]
C++ File(.cpp)선택 >> 소스파일명 입력 >> [Add]
Hello World 코드 작성
결과 확인하기
Ctrl + F5
'Development > C, C++' 카테고리의 다른 글
fgets( ) 함수와 fputs( ) 함수 (0) | 2018.06.26 |
---|---|
변수(Variable), C - 변수의 종류 (0) | 2018.06.21 |
포인터 변수의 크기 차이 (4byte/8byte) (0) | 2018.06.12 |
E0144-a value of type "const char *" cannot be used to initialize an entity of type "char *" (0) | 2018.06.07 |
C++ Korea 홈페이지, C++ Korea github, C++ 핵심 가이드라인 (0) | 2018.05.26 |