반응형 컴퓨터106 Visual C++ 2013 기본예제 printf 함수 사용 1) Visual C++ 2013 을 실행시킵니다.2) 메뉴에서 File - New - Project3) 새 프로젝트에서 "Visual C++" - "Win32 Console Application"4) Application Settings - Empty project 를 체크 - Finish 5) 메뉴에서 Project - Add New Item- C++ File(.cpp) 에 적절한 이름과 위치를 지정한 후 Add 를 누릅니다. 6) 아래와 같이 입력합니다#include void main(){printf("Visual Studio\n");} 7) 메뉴에서 Build - Build Solution (Ctrl + Shift + B) 를 하여 컴파일 한 후, 지정된 위치에서 exe파일을 실행하여 원하는 결과.. 2014. 11. 26. Visual Studio 2013 를 무료로 사용하는 방법 아래의 링크를 통해 개인개발자에 한하여 무료로 사용할 수 있도록 Microsoft에서 제공합니다.http://www.visualstudio.com/en-us/products/visual-studio-community-vs 시스템요구사항운영체제Windows 8.1 (x86 and x64)Windows 8 (x86 and x64)Windows 7 SP1 (x86 and x64)Windows Server 2012 R2 (x64)Windows Server 2012 (x64)Windows Server 2008 R2 SP1 (x64)하드웨어 사양1.6 GHz or faster processor1 GB of RAM (1.5 GB if running on a virtual machine)20 GB of availabl.. 2014. 11. 26. 이전 1 ··· 24 25 26 27 다음 반응형