<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: C++ style guide &#8211; from google, from naver</title>
	<atom:link href="http://rein.kr/blog/archives/2039/feed" rel="self" type="application/rss+xml" />
	<link>http://rein.kr/blog/archives/2039</link>
	<description>프로그래머, 독서가, 게이머 그리고 블로거</description>
	<lastBuildDate>Thu, 02 Feb 2012 07:21:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19800</generator>
	<item>
		<title>By: rein</title>
		<link>http://rein.kr/blog/archives/2039/comment-page-1#comment-72056</link>
		<dc:creator>rein</dc:creator>
		<pubDate>Wed, 02 Dec 2009 06:32:37 +0000</pubDate>
		<guid isPermaLink="false">http://rein.kr/blog/?p=2039#comment-72056</guid>
		<description>이거에 추가로 K&amp;R C Style도 있지.

ret somefunc( a, b )
__int a, b;
__{
____code</description>
		<content:encoded><![CDATA[<p>이거에 추가로 K&#038;R C Style도 있지.</p>
<p>ret somefunc( a, b )<br />
__int a, b;<br />
__{<br />
____code</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 하재승</title>
		<link>http://rein.kr/blog/archives/2039/comment-page-1#comment-72055</link>
		<dc:creator>하재승</dc:creator>
		<pubDate>Wed, 02 Dec 2009 06:01:11 +0000</pubDate>
		<guid isPermaLink="false">http://rein.kr/blog/?p=2039#comment-72055</guid>
		<description>지금까지 봤던 C 코드 들에서 중괄호 관련해서

ret somefunc() {
____code

ret somefunc()
{
____code

ret somefunc()
__{
____code

ret somefunc()
____{
____code

4가지 형태를 다봤었더랬죠</description>
		<content:encoded><![CDATA[<p>지금까지 봤던 C 코드 들에서 중괄호 관련해서</p>
<p>ret somefunc() {<br />
____code</p>
<p>ret somefunc()<br />
{<br />
____code</p>
<p>ret somefunc()<br />
__{<br />
____code</p>
<p>ret somefunc()<br />
____{<br />
____code</p>
<p>4가지 형태를 다봤었더랬죠</p>
]]></content:encoded>
	</item>
</channel>
</rss>

