1) 프로젝트 import 

   - File > Import > General > Existing Projects into Workspace 

   - Select root Directory : 프로젝트 경로 설정 

   - Copy Project into Workspace check 

     : 이미 프로젝트 존재 에러 발생 시 체크 해제 

 

2) 프로젝트 > Properties > Run/Debug Settings 

   -. New > C/C++ Application 선택 

   -. Project : C_test_01

   -. C/C++ Application : Debug\c_test_01.exe 

3) 프로젝트 > Properties > C/C++ Build 

   -. Current toolchain : MinGW GCC <-- 현재 사용중인 것으로 선택 

 

+ Recent posts