'Programming > Linux Coding' 카테고리의 다른 글

자신만의 Command 만들기 - alias  (0) 2016.04.26
find  (0) 2016.04.14
SVN(Subvision) 간단히 사용하기  (0) 2016.04.14
Ex10. Makefile - lv4  (0) 2016.02.25
Ex10. Makefile - lv3  (0) 2016.02.25

'Programming > Linux Coding' 카테고리의 다른 글

find  (0) 2016.04.14
Linux Commands  (0) 2016.04.14
Ex10. Makefile - lv4  (0) 2016.02.25
Ex10. Makefile - lv3  (0) 2016.02.25
Ex10. Makefile - lv2  (0) 2016.02.24

seaboy41 - 네이버 블로그

http://blog.naver.com/seaboy41/40043502606



<개인블로그 오뇽 - [C언어] 문자열 검색 관련 함수>

http://shaeod.tistory.com/220


<IMJA 솔루션 - 5 문자열과 배열 유틸리티 >

http://forum.falinux.com/zbxe/index.php?document_srl=406882&mid=c_reference

'Programming > C Library' 카테고리의 다른 글

리눅스 커널 시간 설정 date / hwclock  (0) 2016.05.11
Date and Time Functions  (0) 2016.05.10

VS2008 MFC 를 이용한 시리얼 통신 프로그램 만들기(1)

http://forum.falinux.com/zbxe/?document_srl=571672


VS2008 MFC 를 이용한 시리얼 통신 프로그램 만들기(2)

http://forum.falinux.com/zbxe/?document_srl=571843


VS2008 MFC 를 이용한 시리얼 통신 프로그램 만들기(3)

http://forum.falinux.com/zbxe/?document_srl=572257


VS2008 MFC 를 이용한 시리얼 통신 프로그램 만들기(4)

http://forum.falinux.com/zbxe/?document_srl=572404


VS2008 MFC 를 이용한 시리얼 통신 프로그램 만들기(5)

http://forum.falinux.com/zbxe/?document_srl=572588


VS2008 MFC 를 이용한 시리얼 통신 프로그램 만들기(6)

http://forum.falinux.com/zbxe/?document_srl=572862

매크로 치환


# make dep
gccmakedep test.c hello.c
# make
gcc -I/home/ysw/study -g -c test.c
gcc -I/home/ysw/study -g -c hello.c
gcc -lm -o test test.o hello.o


'Programming > Linux Coding' 카테고리의 다른 글

Linux Commands  (0) 2016.04.14
SVN(Subvision) 간단히 사용하기  (0) 2016.04.14
Ex10. Makefile - lv3  (0) 2016.02.25
Ex10. Makefile - lv2  (0) 2016.02.24
Ex10. Makefile - lv1  (0) 2016.02.24

확장자규칙 .c.o


# make
gcc -I/home/ysw/study -g -c test.c
gcc -I/home/ysw/study -g -c hello.c
gcc -lm -o test test.o hello.o
#


'Programming > Linux Coding' 카테고리의 다른 글

SVN(Subvision) 간단히 사용하기  (0) 2016.04.14
Ex10. Makefile - lv4  (0) 2016.02.25
Ex10. Makefile - lv2  (0) 2016.02.24
Ex10. Makefile - lv1  (0) 2016.02.24
Ex09. mycopy.c  (0) 2016.02.22

+ Recent posts