<?xml version="1.0" encoding="UTF-8" ?><feed xmlns="http://www.w3.org/2005/Atom">
   <title type="text">C/C++</title>
      <subtitle type="html">FALiNUX 포럼-C/C++</subtitle>
      <updated>2026-04-23T21:35:27+09:00</updated>
   <id>https://forum.falinux.com/zbxe/index.php?mid=gcc&amp;act=atom</id>
   <link rel="alternate" type="text/html" hreflang="ko" href="https://forum.falinux.com/zbxe/index.php?mid=gcc"/>
   <link rel="self" type="application/atom+xml" href="https://forum.falinux.com/zbxe/index.php?mid=gcc&amp;act=atom"/>
   <generator uri="http://www.xpressengine.com/">XpressEngine</generator>
   <entry>
      <title>printf()만으로 문자열 잘라내기하여 출력하는 방법</title>
      <id>https://forum.falinux.com/zbxe/index.php?document_srl=850891</id>
      <published>2015-05-22T13:52:38+09:00</published>
      <updated>2015-05-22T13:52:38+09:00</updated>
      <link rel="alternate" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=850891"/>
      <link rel="replies" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=850891#comment"/>
      <author>
         <name>장길석</name>
               </author>
            <summary type="text">디버깅할 때 printf()를 많이 사용하지요.
디버깅을 위해 문자열을 출력하는데,
필요한 부분은 앞 몇 문자...</summary>
                  
   </entry>
   <entry>
      <title>C언어에서 모듈화 프로그래밍 사용 시 배열과 포인터 주의 두 번째</title>
      <id>https://forum.falinux.com/zbxe/index.php?document_srl=806157</id>
      <published>2014-12-15T13:54:25+09:00</published>
      <updated>2014-12-15T13:54:25+09:00</updated>
      <link rel="alternate" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=806157"/>
      <link rel="replies" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=806157#comment"/>
      <author>
         <name>장길석</name>
               </author>
            <summary type="text">이전 시간에 모듈화 프로그래밍(소스 나누기)를 할 때 다른 소스에 있는 배열 변수를 포인터 변수로 사용하...</summary>
                  
   </entry>
   <entry>
      <title>C언어에서 모듈화 프로그래밍(소스 나누기) 사용 시 배열과 포인터 주의</title>
      <id>https://forum.falinux.com/zbxe/index.php?document_srl=805586</id>
      <published>2014-12-09T11:54:23+09:00</published>
      <updated>2014-12-15T13:33:14+09:00</updated>
      <link rel="alternate" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=805586"/>
      <link rel="replies" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=805586#comment"/>
      <author>
         <name>장길석</name>
               </author>
            <summary type="text">이번 시간도 C언어의 포인터와 배열 사용의 주의 점을 설명합니다.
C언어에 어느 정도 자신이 생겼다 싶었...</summary>
                  
   </entry>
   <entry>
      <title>C언어 배열 초기화에서 쉼표는 어떤 의미인가요?</title>
      <id>https://forum.falinux.com/zbxe/index.php?document_srl=805177</id>
      <published>2014-12-02T16:53:43+09:00</published>
      <updated>2014-12-02T16:53:43+09:00</updated>
      <link rel="alternate" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=805177"/>
      <link rel="replies" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=805177#comment"/>
      <author>
         <name>장길석</name>
               </author>
            <summary type="text">C언어는 함수 내에 선언한 숫자 변수를 초기화하지 않습니다.
배열 변수도 마찬가지여서 아래와 같이 코드...</summary>
                  
   </entry>
   <entry>
      <title>mk.in 파일은 무엇인가요??</title>
      <id>https://forum.falinux.com/zbxe/index.php?document_srl=804365</id>
      <published>2014-11-18T15:56:53+09:00</published>
      <updated>2014-11-18T15:56:53+09:00</updated>
      <link rel="alternate" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=804365"/>
      <link rel="replies" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=804365#comment"/>
      <author>
         <name>AMZ</name>
               </author>
            <summary type="text">c 완전 초보자입니다.

make를 하려는데요.

필수적인 파일인 Makefile이나 모두 인클루드하는 헤더파일...</summary>
                  
   </entry>
   <entry>
      <title>C 배열 요소의 주소값을 참조할 때의 옳은 습관? 두 번째</title>
      <id>https://forum.falinux.com/zbxe/index.php?document_srl=804338</id>
      <published>2014-11-17T19:01:44+09:00</published>
      <updated>2014-11-17T19:01:44+09:00</updated>
      <link rel="alternate" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=804338"/>
      <link rel="replies" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=804338#comment"/>
      <author>
         <name>장길석</name>
               </author>
            <summary type="text">&quot;C 배열 요소의 주소값을 참조할 때의 옳은 습관?&quot; 이라는 주제로 글을 이어서 글을 올립니다.
이전 글을 ...</summary>
                  
   </entry>
   <entry>
      <title>C 배열 요소의 주소값을 참조할 때의 옳은 습관?</title>
      <id>https://forum.falinux.com/zbxe/index.php?document_srl=804305</id>
      <published>2014-11-16T20:23:15+09:00</published>
      <updated>2014-11-16T20:23:15+09:00</updated>
      <link rel="alternate" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=804305"/>
      <link rel="replies" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=804305#comment"/>
      <author>
         <name>장길석</name>
               </author>
            <summary type="text">C언어를 어렵게 한다는 포인터, 쉽게 생각하기 위해 배열과 같다는 것으로 이해하는 분이 있습니다만,
아마...</summary>
                  
   </entry>
   <entry>
      <title>디버깅을 편하게 debug_printf()</title>
      <id>https://forum.falinux.com/zbxe/index.php?document_srl=797565</id>
      <published>2014-10-20T19:50:25+09:00</published>
      <updated>2014-10-20T19:50:25+09:00</updated>
      <link rel="alternate" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=797565"/>
      <link rel="replies" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=797565#comment"/>
      <author>
         <name>장길석</name>
               </author>
            <summary type="text">마이크로소프트 윈도우용 애플리케이션을 작성하다가 임베디드 리눅스 애플리케이션 개발로 넘어 오면서
힘...</summary>
                  
   </entry>
   <entry>
      <title>C언어에서 포인터를 사용하지 않아도 된다구요?</title>
      <id>https://forum.falinux.com/zbxe/index.php?document_srl=783091</id>
      <published>2013-10-25T11:40:42+09:00</published>
      <updated>2013-10-25T11:40:42+09:00</updated>
      <link rel="alternate" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=783091"/>
      <link rel="replies" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=783091#comment"/>
      <author>
         <name>장길석</name>
               </author>
            <summary type="text">C언어에서 포인터는 매우 필요한 요소이지만, 또한, 이해하기 어려워 하는 요소이기도 합니다.
제대로 이해...</summary>
                  
   </entry>
   <entry>
      <title>함수 포인터 를 이용한 예제</title>
      <id>https://forum.falinux.com/zbxe/index.php?document_srl=636565</id>
      <published>2013-04-08T09:38:06+09:00</published>
      <updated>2013-04-08T09:38:06+09:00</updated>
      <link rel="alternate" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=636565"/>
      <link rel="replies" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=636565#comment"/>
      <author>
         <name>선성태</name>
               </author>
            <summary type="text">이번에 진행중인 프로젝트중 펌웨어 한가지로 두가지 보드 타입을 구동 하는 형태가 있습니다.
그래서 함수...</summary>
                  
   </entry>
   <entry>
      <title>ld 프로그램의 섹션에 대해</title>
      <id>https://forum.falinux.com/zbxe/index.php?document_srl=569247</id>
      <published>2012-05-21T09:47:29+09:00</published>
      <updated>2012-05-21T09:47:29+09:00</updated>
      <link rel="alternate" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=569247"/>
      <link rel="replies" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=569247#comment"/>
      <author>
         <name>오재경</name>
                  <uri>http://www.falinux.com</uri>
               </author>
            <summary type="text">부트로더나 기타 펌웨어 작업을 하다보면 ld 스크립트를 조작하게된다.보통 복사를 하여 사용하지만 조금의 ...</summary>
                  
   </entry>
   <entry>
      <title>루푸문(for,while,do-while)</title>
      <id>https://forum.falinux.com/zbxe/index.php?document_srl=556200</id>
      <published>2011-09-15T11:08:14+09:00</published>
      <updated>2011-09-18T21:38:48+09:00</updated>
      <link rel="alternate" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=556200"/>
      <link rel="replies" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=556200#comment"/>
      <author>
         <name>구성현</name>
               </author>
            <summary type="text">안녕하십니까.
&amp;nbsp;
루프문에 대해서 설명 드리도록 하겠습니다.
&amp;nbsp;내용이 미흡 하더라고 이해해 주시...</summary>
                  
   </entry>
   <entry>
      <title>구조체 멤버</title>
      <id>https://forum.falinux.com/zbxe/index.php?document_srl=556093</id>
      <published>2011-09-06T13:39:03+09:00</published>
      <updated>2011-09-15T10:10:15+09:00</updated>
      <link rel="alternate" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=556093"/>
      <link rel="replies" type="text/html" href="https://forum.falinux.com/zbxe/index.php?document_srl=556093#comment"/>
      <author>
         <name>구성현</name>
               </author>
            <summary type="text">&amp;nbsp;&amp;nbsp;&amp;nbsp;


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