<?xml version="1.0" encoding="UTF-8" ?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
    <channel>
        <title>C/C++</title>
        <link>https://forum.falinux.com/zbxe/index.php?mid=gcc</link>
        <description>FALiNUX 포럼-C/C++</description>
        <language>ko</language>
        <pubDate>Thu, 23 Apr 2026 21:34:19 +0900</pubDate>
        <lastBuildDate>Thu, 23 Apr 2026 21:34:19 +0900</lastBuildDate>
        <generator>XpressEngine</generator>
                <copyright>모든 저작권은 각 글을 작성하신 분께 있습니다.</copyright>
                        <image>
            <url>https://forum.falinux.com/zbxe/./files/attach/images/rss/ff_main_title.png</url>
            <title>C/C++</title>
            <link>https://forum.falinux.com/zbxe/index.php?mid=gcc</link>
        </image>
                        <item>
            <title>printf()만으로 문자열 잘라내기하여 출력하는 방법</title>
            <dc:creator>장길석</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=850891</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=850891</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=850891#comment</comments>
                                    <description>디버깅할 때 printf()를 많이 사용하지요.
디버깅을 위해 문자열을 출력하는데,
필요한 부분은 앞 몇 문자...</description>
                        <pubDate>Fri, 22 May 2015 13:52:38 +0900</pubDate>
                                </item>
                <item>
            <title>C언어에서 모듈화 프로그래밍 사용 시 배열과 포인터 주의 두 번째</title>
            <dc:creator>장길석</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=806157</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=806157</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=806157#comment</comments>
                                    <description>이전 시간에 모듈화 프로그래밍(소스 나누기)를 할 때 다른 소스에 있는 배열 변수를 포인터 변수로 사용하...</description>
                        <pubDate>Mon, 15 Dec 2014 13:54:25 +0900</pubDate>
                                </item>
                <item>
            <title>C언어에서 모듈화 프로그래밍(소스 나누기) 사용 시 배열과 포인터 주의</title>
            <dc:creator>장길석</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=805586</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=805586</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=805586#comment</comments>
                                    <description>이번 시간도 C언어의 포인터와 배열 사용의 주의 점을 설명합니다.
C언어에 어느 정도 자신이 생겼다 싶었...</description>
                        <pubDate>Tue, 09 Dec 2014 11:54:23 +0900</pubDate>
                                </item>
                <item>
            <title>C언어 배열 초기화에서 쉼표는 어떤 의미인가요?</title>
            <dc:creator>장길석</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=805177</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=805177</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=805177#comment</comments>
                                    <description>C언어는 함수 내에 선언한 숫자 변수를 초기화하지 않습니다.
배열 변수도 마찬가지여서 아래와 같이 코드...</description>
                        <pubDate>Tue, 02 Dec 2014 16:53:43 +0900</pubDate>
                                </item>
                <item>
            <title>mk.in 파일은 무엇인가요??</title>
            <dc:creator>AMZ</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=804365</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=804365</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=804365#comment</comments>
                                    <description>c 완전 초보자입니다.

make를 하려는데요.

필수적인 파일인 Makefile이나 모두 인클루드하는 헤더파일...</description>
                        <pubDate>Tue, 18 Nov 2014 15:56:53 +0900</pubDate>
                                </item>
                <item>
            <title>C 배열 요소의 주소값을 참조할 때의 옳은 습관? 두 번째</title>
            <dc:creator>장길석</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=804338</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=804338</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=804338#comment</comments>
                                    <description>&quot;C 배열 요소의 주소값을 참조할 때의 옳은 습관?&quot; 이라는 주제로 글을 이어서 글을 올립니다.
이전 글을 ...</description>
                        <pubDate>Mon, 17 Nov 2014 19:01:44 +0900</pubDate>
                                </item>
                <item>
            <title>C 배열 요소의 주소값을 참조할 때의 옳은 습관?</title>
            <dc:creator>장길석</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=804305</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=804305</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=804305#comment</comments>
                                    <description>C언어를 어렵게 한다는 포인터, 쉽게 생각하기 위해 배열과 같다는 것으로 이해하는 분이 있습니다만,
아마...</description>
                        <pubDate>Sun, 16 Nov 2014 20:23:15 +0900</pubDate>
                                </item>
                <item>
            <title>디버깅을 편하게 debug_printf()</title>
            <dc:creator>장길석</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=797565</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=797565</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=797565#comment</comments>
                                    <description>마이크로소프트 윈도우용 애플리케이션을 작성하다가 임베디드 리눅스 애플리케이션 개발로 넘어 오면서
힘...</description>
                        <pubDate>Mon, 20 Oct 2014 19:50:25 +0900</pubDate>
                                </item>
                <item>
            <title>C언어에서 포인터를 사용하지 않아도 된다구요?</title>
            <dc:creator>장길석</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=783091</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=783091</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=783091#comment</comments>
                                    <description>C언어에서 포인터는 매우 필요한 요소이지만, 또한, 이해하기 어려워 하는 요소이기도 합니다.
제대로 이해...</description>
                        <pubDate>Fri, 25 Oct 2013 11:40:42 +0900</pubDate>
                                </item>
                <item>
            <title>함수 포인터 를 이용한 예제</title>
            <dc:creator>선성태</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=636565</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=636565</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=636565#comment</comments>
                                    <description>이번에 진행중인 프로젝트중 펌웨어 한가지로 두가지 보드 타입을 구동 하는 형태가 있습니다.
그래서 함수...</description>
                        <pubDate>Mon, 08 Apr 2013 09:38:06 +0900</pubDate>
                                </item>
                <item>
            <title>ld 프로그램의 섹션에 대해</title>
            <dc:creator>오재경</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=569247</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=569247</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=569247#comment</comments>
                                    <description>부트로더나 기타 펌웨어 작업을 하다보면 ld 스크립트를 조작하게된다.보통 복사를 하여 사용하지만 조금의 ...</description>
                        <pubDate>Mon, 21 May 2012 09:47:29 +0900</pubDate>
                                </item>
                <item>
            <title>루푸문(for,while,do-while)</title>
            <dc:creator>구성현</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=556200</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=556200</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=556200#comment</comments>
                                    <description>안녕하십니까.
&amp;nbsp;
루프문에 대해서 설명 드리도록 하겠습니다.
&amp;nbsp;내용이 미흡 하더라고 이해해 주시...</description>
                        <pubDate>Thu, 15 Sep 2011 11:08:14 +0900</pubDate>
                                </item>
                <item>
            <title>구조체 멤버</title>
            <dc:creator>구성현</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=556093</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=556093</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=556093#comment</comments>
                                    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp;


안녕하십니까.
&amp;nbsp;
구조체 멤버에 대해서 설명 드리도록 하겠습니다.
&amp;nbsp;
내용...</description>
                        <pubDate>Tue, 06 Sep 2011 13:39:03 +0900</pubDate>
                                </item>
                <item>
            <title>구조체선언</title>
            <dc:creator>구성현</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=555838</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=555838</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=555838#comment</comments>
                                    <description>구조체는 복수개의 데이터형으로 구성되는 복합 데이터형입니다.쉽게 말하자면 데이터 들을 각 각 단위로 하...</description>
                        <pubDate>Thu, 01 Sep 2011 11:56:07 +0900</pubDate>
                                </item>
                <item>
            <title>switch-case문 초보자를 위한 설명 입니다.</title>
            <dc:creator>구성현</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=555661</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=555661</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=555661#comment</comments>
                                    <description>c언어 초보지만 switch-case문에 대해서 설명 드리겠습니다.
&amp;nbsp;
switch-case문은 먼저 수식을 평가 하여...</description>
                        <pubDate>Sun, 28 Aug 2011 20:48:39 +0900</pubDate>
                                </item>
                <item>
            <title>c언어 정리</title>
            <dc:creator>구성현</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=555386</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=555386</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=555386#comment</comments>
                                    <description>1. 데이터 형을 나타냅니다. 정수형이냐 문자형이냐 등
charfloatdoubleintlongconst
&amp;nbsp;
2. 데이터 형앞...</description>
                        <pubDate>Sun, 21 Aug 2011 22:47:44 +0900</pubDate>
                                </item>
                <item>
            <title>gcc 컴파일 과정</title>
            <dc:creator>선성태</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=555339</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=555339</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=555339#comment</comments>
                                    <description>gcc 의 컴파일 과정을 간략히 정리 해 봅니다.gcc 는 사실 컴파일러 자체를 말하는 것은 아니고, 컴파일 과...</description>
                        <pubDate>Sat, 20 Aug 2011 11:29:42 +0900</pubDate>
                                </item>
                <item>
            <title>32bit gcc에서 int64를 사용할 수 있을까?</title>
            <dc:creator>장길석</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=525092</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=525092</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=525092#comment</comments>
                                    <description>며칠 전에 int64 변수에 대한 문의를 받았습니다. 에프에이리눅스에서 제공하는 EZ보드는 32비트 OS를 사용...</description>
                        <pubDate>Tue, 12 Jan 2010 14:33:40 +0900</pubDate>
                                </item>
                <item>
            <title>fdopen()은 무엇에 쓰이는 물건인고?</title>
            <dc:creator>장길석</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=520849</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=520849</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=520849#comment</comments>
                                    <description>파일을 open() 함수를 사용하여 구한 정수 값을 파일 디스크립터라고 한다면, fopen()으로 구한 FILE * 포인...</description>
                        <pubDate>Sat, 22 Aug 2009 11:59:24 +0900</pubDate>
                                    <slash:comments>1</slash:comments>
                    </item>
                <item>
            <title>ioctl() 함수를 사용할 때 조심 조심</title>
            <dc:creator>장길석</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=519601</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=519601</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=519601#comment</comments>
                                    <description>제목에 ioctl() 만 적었습니다만, ioctl() 외에도 void 포인터 인수를 사용하는 함수에 대해  말씀 드리려 ...</description>
                        <pubDate>Tue, 07 Jul 2009 09:30:05 +0900</pubDate>
                                </item>
                <item>
            <title>fopen() and open() ?</title>
            <dc:creator>장길석</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=406260</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=406260</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=406260#comment</comments>
                                    <description>C라이브러리 함수를 작성하면서 예전에 궁금했던 기억이 나서 글을 자성하게 되었습니다.
  혹시 이런 궁금...</description>
                        <pubDate>Thu, 09 Aug 2007 13:21:44 +0900</pubDate>
                                </item>
                <item>
            <title>프로그램 실행시 다양한 인수 처리하기</title>
            <dc:creator>장길석</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=406248</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=406248</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=406248#comment</comments>
                                    <description>프로그램을 작성하시다 보면  gcc 컴파일러처럼 실행할 때 다양한 인수가 필요할 때가 있습니다. 예로 시리...</description>
                        <pubDate>Wed, 01 Aug 2007 17:38:30 +0900</pubDate>
                                </item>
                <item>
            <title>C에서 함수 실행 순서</title>
            <dc:creator>장길석</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=406198</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=406198</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=406198#comment</comments>
                                    <description>C 라이브러리 함수 중 ftell()을  소개하면서 말씀 드린 내용입니다만 함수를 호출에서  인수에 사용하는 함...</description>
                        <pubDate>Mon, 25 Jun 2007 10:16:42 +0900</pubDate>
                                </item>
                <item>
            <title>난수 만들기</title>
            <dc:creator>장길석</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=406196</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=406196</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=406196#comment</comments>
                                    <description>C 언어에서 난수를 만들려면 rand()&amp;nbsp;함수를 이용합니다. rand()는 0 부터 RAND_MAX 사이의 난수를 생성...</description>
                        <pubDate>Mon, 25 Jun 2007 01:13:43 +0900</pubDate>
                                    <slash:comments>6</slash:comments>
                    </item>
                <item>
            <title>나만의 printf()를 만들자</title>
            <dc:creator>장길석</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=406096</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=406096</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=406096#comment</comments>
                                    <description>제가 Microsoft Windows 프로그래밍만 해 오다가  Linux 프로그래밍을 하면서 느끼는 편리함 중에 하나는 중...</description>
                        <pubDate>Thu, 29 Mar 2007 16:05:23 +0900</pubDate>
                                    <slash:comments>1</slash:comments>
                    </item>
                <item>
            <title>OOP와 가상함수</title>
            <dc:creator>장길석</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=405970</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=405970</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=405970#comment</comments>
                                    <description> 
&amp;nbsp; C++과 같은 OOP(object-oriented programming )언어의 특징 중에 캡슐화라는 것이 있습니다. OOP ...</description>
                        <pubDate>Tue, 20 Feb 2007 22:50:57 +0900</pubDate>
                                </item>
                <item>
            <title>포인터 함수 I</title>
            <dc:creator>장길석</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=405954</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=405954</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=405954#comment</comments>
                                    <description> &amp;nbsp; 앞으로 시리얼과 TCP/IP, UDP/IP, UDS 강좌를 올리려  합니다. 그 전에 포인터 함수에 대해 먼저 말...</description>
                        <pubDate>Tue, 13 Feb 2007 13:35:29 +0900</pubDate>
                                </item>
                <item>
            <title>포인터 -  헤깔리게 하는 것 다섯</title>
            <dc:creator>장길석</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=405888</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=405888</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=405888#comment</comments>
                                    <description>&amp;nbsp; 이번에는 포인터 배열과 다차원 배열에 대해 알아 보도록 하겠습니다. 두 배열의 차이점을 알아 보면...</description>
                        <pubDate>Tue, 16 Jan 2007 21:20:29 +0900</pubDate>
                                    <slash:comments>2</slash:comments>
                    </item>
                <item>
            <title>포인터 -  헤깔리게 하는 것 넷</title>
            <dc:creator>장길석</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=405882</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=405882</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=405882#comment</comments>
                                    <description>&amp;nbsp; C언어는 다른 언어와 다른 점이 몇 가지있습니다. 이런 차이점 때문에 C언어를 학습하기가 더 까다로...</description>
                        <pubDate>Mon, 15 Jan 2007 12:37:55 +0900</pubDate>
                                    <slash:comments>5</slash:comments>
                    </item>
                <item>
            <title>포인터 -  헤깔리게 하는 것 셋</title>
            <dc:creator>장길석</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=405878</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=405878</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=405878#comment</comments>
                                    <description>이번 시간에는 C에서의 Call by value 와 Call by reference에 대해 알아 보겠습니다. 또한 아래의 함수에서...</description>
                        <pubDate>Mon, 15 Jan 2007 08:49:25 +0900</pubDate>
                                    <slash:comments>4</slash:comments>
                    </item>
                <item>
            <title>포인터 -  사용 예 몇가지</title>
            <dc:creator>장길석</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=405872</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=405872</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=405872#comment</comments>
                                    <description>포인터의 편리함은 여러 가지이겠습니다만 가지고 있는 값이 주소, 즉 정수값이다 보니 연산이 가능하다는 ...</description>
                        <pubDate>Sun, 14 Jan 2007 16:22:42 +0900</pubDate>
                                    <slash:comments>3</slash:comments>
                    </item>
                <item>
            <title>포인터 - 헤깔리게 하는 것 둘</title>
            <dc:creator>장길석</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=405866</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=405866</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=405866#comment</comments>
                                    <description>이번 시간에는 포인터에 대해 조금 더 알아 보더록하겠습니다. 아래의 코드 중에 문제가 되는 부분은 어디 ...</description>
                        <pubDate>Sun, 14 Jan 2007 02:21:32 +0900</pubDate>
                                    <slash:comments>5</slash:comments>
                    </item>
                <item>
            <title>포인터 - 헷갈리게 하는 것 하나</title>
            <dc:creator>장길석</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=405856</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=405856</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=405856#comment</comments>
                                    <description>이전 포인터 동영상 강좌가 도움이 되셨나요? 사실 포인터 개념은 어려운 것은 아닙니다. 다만 실제 코딩에 ...</description>
                        <pubDate>Sat, 13 Jan 2007 00:15:48 +0900</pubDate>
                                    <slash:comments>6</slash:comments>
                    </item>
                <item>
            <title>포인터 설명 첫번째</title>
            <dc:creator>장길석</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=405850</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=405850</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=405850#comment</comments>
                                    <description>C 언어 중에 가장 까다로운 것이 포인터로 생각됩니다. 경력이 몇 년 되는 저도 헤깔리는 것이 포인터입니다...</description>
                        <pubDate>Thu, 11 Jan 2007 23:36:15 +0900</pubDate>
                                    <slash:comments>9</slash:comments>
                    </item>
                <item>
            <title>Makefile 뒷 이야기</title>
            <dc:creator>장길석</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=405824</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=405824</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=405824#comment</comments>
                                    <description>&amp;nbsp; Makefile을 만들어서 확인해 보셨는지요? 여하튼 편하자고 나온 툴이기 때문에 손에 익으시면 반드시...</description>
                        <pubDate>Tue, 26 Dec 2006 18:17:21 +0900</pubDate>
                                </item>
                <item>
            <title>Makefile 만들기</title>
            <dc:creator>장길석</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=405822</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=405822</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=405822#comment</comments>
                                    <description>&amp;nbsp; 이전 시간에는 간단히 컴파일하는 방법을 소개해 드리면서 프로그램 모듈화의 필요성을 말씀을 드렷...</description>
                        <pubDate>Tue, 26 Dec 2006 17:19:39 +0900</pubDate>
                                    <slash:comments>3</slash:comments>
                    </item>
                <item>
            <title>컴파일 이야기</title>
            <dc:creator>장길석</dc:creator>
            <link>https://forum.falinux.com/zbxe/index.php?document_srl=405818</link>
            <guid isPermaLink="true">https://forum.falinux.com/zbxe/index.php?document_srl=405818</guid>
                        <comments>https://forum.falinux.com/zbxe/index.php?document_srl=405818#comment</comments>
                                    <description>&amp;nbsp; 시리얼 통신 강좌 중이지만  앞으로 많은 프로그램을 작성해야 하기 때문에 컴파일에 대한 말씀을 드...</description>
                        <pubDate>Mon, 25 Dec 2006 12:48:37 +0900</pubDate>
                                    <slash:comments>2</slash:comments>
                    </item>
            </channel>
</rss>
