'cl complier'에 해당되는 글 1건

  1. 2015.02.02 cl compiler, 기초전처리
기초/C2015. 2. 2. 14:00

- binary file view : Windows용 프로그램은 처음   MZ로 시작


- CL compiler

 : main.c -> main.i -> main.asm -> main.obj ->main.exe

           cl /P        cl/Fa           cl /c           liking(기타함수(printf 등)를 연결시킴)


- #include < > 와 " "

 : < >  환경변수내를 탐색

 : " " 현재 디렉토리를 탐색

'기초 > C' 카테고리의 다른 글

변수의 메모리 사용  (0) 2015.01.30
수의 표현  (0) 2015.01.28
volatile 변수  (0) 2011.07.28
union  (0) 2011.07.28
static extern  (0) 2011.07.28
Posted by ICT 기술 블로그