<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>김 용묵의 절대공간 - 블로그: 요즘-코딩-잡설-3에 달린 최근 댓글/트랙백 목록</title>
		<link>http://moogi.new21.org/tc/</link>
		<description>그런즉 이제 애호박, 단호박, 늙은호박 이 셋은 항상 있으나, 그 중에 제일은 늙은호박이니라.</description>
		<language>ko</language>
		<pubDate>Fri, 14 Mar 2025 06:52:16 +0900</pubDate>
		<generator>Textcube 1.7.8 : Con moto</generator>
		<image>
		<title>김 용묵의 절대공간 - 블로그: 요즘-코딩-잡설-3에 달린 최근 댓글/트랙백 목록</title>
		<url>http://moogi.new21.org/tc/attach/1/1226640661.jpg</url>
		<link>http://moogi.new21.org/tc/</link>
		<width>216</width>
		<height>185</height>
		<description>그런즉 이제 애호박, 단호박, 늙은호박 이 셋은 항상 있으나, 그 중에 제일은 늙은호박이니라.</description>
		</image>
		<item>
			<title>Lyn님의 댓글</title>
			<link>http://moogi.new21.org/tc/734#comment3480</link>
			<description>제 요즘 코드는 shared_ptr&amp;lt;T&amp;gt; 떡칠 (...)</description>
			<author>(Lyn)</author>
			<guid>http://moogi.new21.org/tc/734#comment3480</guid>
			<comments>http://moogi.new21.org/tc/734#comment</comments>
			<pubDate>Wed, 19 Sep 2012 20:08:00 +0900</pubDate>
		</item>
		<item>
			<title>김 기윤님의 댓글</title>
			<link>http://moogi.new21.org/tc/734#comment3481</link>
			<description>vector&amp;lt;T&amp;gt;::iterator it = ~~~;
로 되어 있는 것을 auto it = ~~~;
로 바꾸기만 해도 소스코드가 보기 편해지죠!</description>
			<author>(김 기윤)</author>
			<guid>http://moogi.new21.org/tc/734#comment3481</guid>
			<comments>http://moogi.new21.org/tc/734#comment</comments>
			<pubDate>Thu, 20 Sep 2012 01:50:48 +0900</pubDate>
		</item>
		<item>
			<title>사무엘님의 댓글</title>
			<link>http://moogi.new21.org/tc/734#comment3482</link>
			<description>다들 C++11 덕을 톡톡히 보고 있군요. ^^
auto는 실제로 iterator 선언하는 일도 정말 간결하게 만들어 줍니다.</description>
			<author>(사무엘)</author>
			<guid>http://moogi.new21.org/tc/734#comment3482</guid>
			<comments>http://moogi.new21.org/tc/734#comment</comments>
			<pubDate>Thu, 20 Sep 2012 03:00:26 +0900</pubDate>
		</item>
		<item>
			<title>주의사신님의 댓글</title>
			<link>http://moogi.new21.org/tc/734#comment3483</link>
			<description>1. 회사에서 지원자의 실력을 보기 위해서 Project를 요구했는데요. 원하는 것을 만들어 보라는 이야기를 하기에, 제가 제일 잘 아는 &amp;quot;Sonic the Hedgehog&amp;quot;를 간단하게 만들어 보고 있는 중입니다. 

롤러 코스터처럼 360도를 회전해야 하는데, 그 부분이 생각보다 많이 어렵네요. 대개 하루 이상 끈 기능이 별로 없었는데, 이번 기능은 좀 오래 걸립니다. 


2. Visual Studio 뭘 써야 하는지에 대해서 면접 시에 질문을 했는데, 회사에서 라이센스 문제로 2008을 쓰고 있으니, 2008을 쓰라고 해서 2008 쓰고 있는 중입니다. STL 쓰는데, 람다가 참 많이 그립습니다. 

슬램덩크라는 만화 한 장면 패러디해서, &amp;quot;면접관님, 람다가 쓰고 싶어요.&amp;quot;라는 생각이 들 정도였답니다...


3. 이제 만들고 있는 프로그램은 다음 주 월요일에 회사 가서 공개하게 됩니다.</description>
			<author>(주의사신)</author>
			<guid>http://moogi.new21.org/tc/734#comment3483</guid>
			<comments>http://moogi.new21.org/tc/734#comment</comments>
			<pubDate>Thu, 20 Sep 2012 10:02:29 +0900</pubDate>
		</item>
		<item>
			<title>김재주님의 댓글</title>
			<link>http://moogi.new21.org/tc/734#comment3484</link>
			<description>auto가 보기도 좋고 쓰기도 편하긴 하지만
막상 나중에 코드를 볼 때라든지
다른 개발자가 쓴 코드를 읽을 때 
이게 대체 무슨 타입에 대한 auto 선언인지 몰라서 헤매는 경우도
가끔은 생길 것 같네요</description>
			<author>(김재주)</author>
			<guid>http://moogi.new21.org/tc/734#comment3484</guid>
			<comments>http://moogi.new21.org/tc/734#comment</comments>
			<pubDate>Fri, 21 Sep 2012 00:02:58 +0900</pubDate>
		</item>
		<item>
			<title>Lyn님의 댓글</title>
			<link>http://moogi.new21.org/tc/734#comment3485</link>
			<description>auto 는 다른 언어의 var과 다르게 아무데나 쓸수있는게 아니라서 막상 써보면 사용처가 극단적으로 한정되어 있지만 반대로 오해가 생길 여지가 적습니다.</description>
			<author>(Lyn)</author>
			<guid>http://moogi.new21.org/tc/734#comment3485</guid>
			<comments>http://moogi.new21.org/tc/734#comment</comments>
			<pubDate>Fri, 21 Sep 2012 10:10:03 +0900</pubDate>
		</item>
		<item>
			<title>사무엘님의 댓글</title>
			<link>http://moogi.new21.org/tc/734#comment3488</link>
			<description>1, 3. 예전에 게임기용으로 판매되던 2D 아케이드 게임을 만들어 본다는 뜻인가요? (정확히는 게임 엔진 데모)
대단하십니다. 데모야 저도 주의사신 님 실력을 익히 아니, 별 문제 있겠습니까.
졸업 후 진로가 꼭 잘 정해지면 좋겠습니다.

2. 기업은 아무래도 2010으로 갈아탄 곳이 아직 별로 없을 수도 있어요.</description>
			<author>(사무엘)</author>
			<guid>http://moogi.new21.org/tc/734#comment3488</guid>
			<comments>http://moogi.new21.org/tc/734#comment</comments>
			<pubDate>Sat, 22 Sep 2012 14:26:09 +0900</pubDate>
		</item>
		<item>
			<title>사무엘님의 댓글</title>
			<link>http://moogi.new21.org/tc/734#comment3489</link>
			<description>연산자 오버로딩도 그런 부작용이 우려되는 경우가 있긴 하지만, 그래도 당장 코드를 아주 우아하고 함축적으로 보이게 해 주는 장점도 있지요.
또한 코드 읽을 때야 요즘은 IDE들의 인텔리센스도 아주 똑똑하니까 크게 문제될 건 없을 겁니다. ^^</description>
			<author>(사무엘)</author>
			<guid>http://moogi.new21.org/tc/734#comment3489</guid>
			<comments>http://moogi.new21.org/tc/734#comment</comments>
			<pubDate>Sat, 22 Sep 2012 14:27:04 +0900</pubDate>
		</item>
	</channel>
</rss>
