리눅스 : 컴파일 시 gcc -o OOO ./OOO.c -l[라이브러리 이름]

윈도우 : 소스 상단에 전처리 언어 #pragma comment(lib,"라이브러리 이름")

+ Recent posts