<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>호빵네트워크</title>
	<atom:link href="http://hoppang.net/wordpress/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://hoppang.net/wordpress</link>
	<description>선전포고하는 것은 늙은이다. 그러나 싸우고 죽어야 하는 것은 젊은이다 - 허버트 후버</description>
	<lastBuildDate>Mon, 24 Aug 2009 18:42:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>TC++PL 5장 연습문제</title>
		<link>http://hoppang.net/wordpress/?p=92</link>
		<comments>http://hoppang.net/wordpress/?p=92#comments</comments>
		<pubDate>Mon, 24 Aug 2009 18:42:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[TC++PL]]></category>

		<guid isPermaLink="false">http://hoppang.net/wordpress/?p=92</guid>
		<description><![CDATA[그냥 내가 풀어본 TC++PL 5장 연습문제 풀이.
정답이라는 보장은 절대 없음]]></description>
		<wfw:commentRss>http://hoppang.net/wordpress/?feed=rss2&amp;p=92</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TC++PL 4장 연습문제</title>
		<link>http://hoppang.net/wordpress/?p=81</link>
		<comments>http://hoppang.net/wordpress/?p=81#comments</comments>
		<pubDate>Sat, 22 Aug 2009 22:23:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[dev]]></category>

		<guid isPermaLink="false">http://hoppang.net/wordpress/?p=81</guid>
		<description><![CDATA[TC++PL 연습문제 풀이지만 내가 푼 것이니 정답이라는 보장은 없는 그런 것]]></description>
		<wfw:commentRss>http://hoppang.net/wordpress/?feed=rss2&amp;p=81</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac 소켓 프로그래밍 &#8211; 긴급 전송(Out of Band)</title>
		<link>http://hoppang.net/wordpress/?p=74</link>
		<comments>http://hoppang.net/wordpress/?p=74#comments</comments>
		<pubDate>Fri, 14 Aug 2009 18:53:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[프로그래밍]]></category>

		<guid isPermaLink="false">http://hoppang.net/wordpress/?p=74</guid>
		<description><![CDATA[맥은 OOB 기본으로 꺼져 있다. 켜주자.]]></description>
		<wfw:commentRss>http://hoppang.net/wordpress/?feed=rss2&amp;p=74</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac에서 SDL 응용프로그램 컴파일하기</title>
		<link>http://hoppang.net/wordpress/?p=56</link>
		<comments>http://hoppang.net/wordpress/?p=56#comments</comments>
		<pubDate>Tue, 30 Jun 2009 20:09:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[프로그래밍]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[sdl]]></category>

		<guid isPermaLink="false">http://hoppang.net/wordpress/?p=56</guid>
		<description><![CDATA[SDL 홈페이지의 안내 문서에 나와있는 간단한 코드를 컴파일해 보자.
단  Xcode는 쓰지 않는다.



// sdltest.cc


&#160;


#include &#60;stdlib.h&#62;


#include &#60;SDL.h&#62;


&#160;


int main&#40;int argc, char *argv&#91;&#93;&#41;


&#123;


&#160;SDL_Surface *screen;


&#160;


&#160;screen = SDL_SetVideoMode&#40;640, 480, 16, SDL_SWSURFACE&#41;;


&#160;if &#40; screen == NULL &#41; &#123;


&#160; fprintf&#40;stderr, &#34;Unable to set 640&#215;480 video: %s\n&#34;, SDL_GetError&#40;&#41;&#41;;


&#160; exit&#40;1&#41;;


&#160;&#125;


&#160;


&#160;getchar&#40;&#41;; // 호빵님이 추가


&#125;



라이브러리 경로 같은 것들 때문에 좀 귀찮으니 Makefile도 만들어주자.
CXX = g++
INC = /opt/local/include/SDL
LIBDIR [...]]]></description>
		<wfw:commentRss>http://hoppang.net/wordpress/?feed=rss2&amp;p=56</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://hoppang.net/wordpress/?p=52</link>
		<comments>http://hoppang.net/wordpress/?p=52#comments</comments>
		<pubDate>Sat, 20 Jun 2009 09:08:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[미분류]]></category>

		<guid isPermaLink="false">http://hoppang.net/wordpress/?p=52</guid>
		<description><![CDATA[OCaml로 만드는 Hello world

코드



(* 안뇽 *)


print_string &#34;Hello world!\n&#34;;;



(출처 The Hello World Collection)

컴파일하지 않고 실행하기
ocaml hello.ml
컴파일하기
ocamlc -o hello hello.ml
./hello
(ocaml은 인터프리터와 컴파일러 실행 파일이 따로 존재한다.)
윈도우에선 어떻게 하는지 안 해봐서 모르겠지만 비슷하것지 뭐.
]]></description>
		<wfw:commentRss>http://hoppang.net/wordpress/?feed=rss2&amp;p=52</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

