Eclipse 썸네일형 리스트형 Guide to Eclipse with C++11 standard Guide to Eclipse with C++11 standardhttp://www.eclipse.org/forums/index.php/mv/msg/282618/787571/ Make a new C++ project (currently I have only tested "Empty Project -> Linux GCC". Others can verify on non-Linux platforms) Default options for everything Once created, right-click the project and go to "Properties" C/C++ Build -> Settings -> Tool Settings -> GCC C++ Compiler -> Miscellaneous -> Ot.. 더보기 Eclipse CDT 설치하기 (Linux, Ubuntu) 1. Eclipse Download URL 2. 자신의 PC에 맞는 버전의(32, 64Bit) Eclipse CDT를 다운로드 받습니다. 기본적으로 Eclipse는 다운로드 후 압축을 풀고 그냥 실행하면 됩나다. 설치라는 것이 없는것이 참 편리하다고 생각 되네요. 3. 만약에 Java가 설치되어 있지 않다면, Jave를 설치해야 됩니다. 공식 사이트인 http://www.oracle.com에서 설치하여 되나, 자신의 운영체제가 Ubuntu라면 간단히 다음의 명령어로 Java를 설치할 수 있습니다. $ sudo apt-get install openjdk-7-jdk 4. 이제 Eclipse를 실행해보자... 그럼 다음의 화면이 .......초기 기본 프로젝트 디렉토리를 물어보는 화면이 나오는데. 적당히 자신.. 더보기 이전 1 다음