<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: C++ Labyrinth #1</title>
	<atom:link href="http://j.strane.net/wp/archives/56/feed" rel="self" type="application/rss+xml" />
	<link>http://j.strane.net/wp/archives/56</link>
	<description>Programming, Music, Game, ...</description>
	<lastBuildDate>Wed, 28 Jul 2010 23:19:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Codex praptor</title>
		<link>http://j.strane.net/wp/archives/56/comment-page-1#comment-1156</link>
		<dc:creator>Codex praptor</dc:creator>
		<pubDate>Sat, 07 Feb 2009 13:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://j.strane.net/wp/archives/56#comment-1156</guid>
		<description>&lt;strong&gt;C++ Ternary Operator, 삼항 연산자...&lt;/strong&gt;

C++ Labyrinth #1 @ Strange Blog삼항 연산자가 있습니다. ?: 이런 모습입니다. 아래처럼 사용합니다.condition ? value if true : value if false별 생각 없이 써오다 최근 모르던 부분을 알게 됐습니다.삼항 연산...</description>
		<content:encoded><![CDATA[<p><strong>C++ Ternary Operator, 삼항 연산자&#8230;</strong></p>
<p>C++ Labyrinth #1 @ Strange Blog삼항 연산자가 있습니다. ?: 이런 모습입니다. 아래처럼 사용합니다.condition ? value if true : value if false별 생각 없이 써오다 최근 모르던 부분을 알게 됐습니다.삼항 연산&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 디지츠</title>
		<link>http://j.strane.net/wp/archives/56/comment-page-1#comment-28</link>
		<dc:creator>디지츠</dc:creator>
		<pubDate>Fri, 12 Oct 2007 05:09:08 +0000</pubDate>
		<guid isPermaLink="false">http://j.strane.net/wp/archives/56#comment-28</guid>
		<description>확실히 class C를 만들고 B&amp;로 암시적 변환이 가능하게 해두어도
컴파일 에러가 납니다. ( MSVC 8.0 )

또한, A라는 기본 클래스에 A로 변환 가능한 B와 C를 만든 다음
B와 C를 삼항 연산자로 묶어도 변환이 되지 않는군요.

삼항 연산자 내부에서 암시적 변환은 모든 항에서 단 한번만 허용이 되는 것이군요.</description>
		<content:encoded><![CDATA[<p>확실히 class C를 만들고 B&amp;로 암시적 변환이 가능하게 해두어도<br />
컴파일 에러가 납니다. ( MSVC 8.0 )</p>
<p>또한, A라는 기본 클래스에 A로 변환 가능한 B와 C를 만든 다음<br />
B와 C를 삼항 연산자로 묶어도 변환이 되지 않는군요.</p>
<p>삼항 연산자 내부에서 암시적 변환은 모든 항에서 단 한번만 허용이 되는 것이군요.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J.Strane</title>
		<link>http://j.strane.net/wp/archives/56/comment-page-1#comment-27</link>
		<dc:creator>J.Strane</dc:creator>
		<pubDate>Fri, 12 Oct 2007 03:52:55 +0000</pubDate>
		<guid isPermaLink="false">http://j.strane.net/wp/archives/56#comment-27</guid>
		<description>디지츠// 정답 밑에 설명을 추가했습니다. 참고해주세요~</description>
		<content:encoded><![CDATA[<p>디지츠// 정답 밑에 설명을 추가했습니다. 참고해주세요~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 디지츠</title>
		<link>http://j.strane.net/wp/archives/56/comment-page-1#comment-26</link>
		<dc:creator>디지츠</dc:creator>
		<pubDate>Fri, 12 Oct 2007 03:12:55 +0000</pubDate>
		<guid isPermaLink="false">http://j.strane.net/wp/archives/56#comment-26</guid>
		<description>예상하지 못했는데 저렇게 나오는군요.
역시 삼항연산자에서 캐스팅 연산보다는 복사생성자를 먼저 따지는군요.

후후후 많은걸 배워갑니다 ~</description>
		<content:encoded><![CDATA[<p>예상하지 못했는데 저렇게 나오는군요.<br />
역시 삼항연산자에서 캐스팅 연산보다는 복사생성자를 먼저 따지는군요.</p>
<p>후후후 많은걸 배워갑니다 ~</p>
]]></content:encoded>
	</item>
</channel>
</rss>
