<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://valley.egloos.com/rss/style/style.xsl" type="text/xsl" media="screen"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>이글루스 'c99' 태그 최근글</title>
		<link>http://valley.egloos.com/tag/c99</link>
		<description>c99</description>
		<language>ko</language>
		<pubDate>Wed, 17 Mar 2010 10:16:16 +0900</pubDate>
		<generator>Egloos</generator>
		<item>
	<title><![CDATA[C99, C1X, C++0x]]></title>
	<link>http://chanik.egloos.com/3171847</link>
	<guid>http://chanik.egloos.com/3171847</guid>
	<description>
	<![CDATA[ 
C99 on Wikipedia      C1X on Wikipedia      C++0X on Wikipedia     	]]>
	</description>
	<pubDate>Wed, 17 Mar 2010 10:16:16 +0900</pubDate>
	<dc:creator><![CDATA[시험さま]]></dc:creator>
</item>
<item>
	<title><![CDATA[C/C++ (C99)의 가변 크기 배열]]></title>
	<link>http://minjang.egloos.com/1727588</link>
	<guid>http://minjang.egloos.com/1727588</guid>
	<description>
	<![CDATA[ 
오 이런 뒷북이!아시다시피 전통적인 C의 기능에서 여러 편리한 기능들이 추가가 되어 C99라는 이름으로 ANSI 표준으로 정해진 것이 있다. VC++ 컴파일러는 C99을 제대로 지원하지 않고 있는데 gcc는 이걸 지원을 해주고 있다. 그래서 지금까지 모르고 쓰던 기능이 제법있었다. 그 중에서도,C99 introduced several new features, many of which had already been implemented as extensions in several compilers:inline functionsvariable declaration no longer restricted to file scope or the start of a compound statement several new	]]>
	</description>
	<pubDate>Thu, 31 Jan 2008 14:04:09 +0900</pubDate>
	<dc:creator><![CDATA[art.oriented]]></dc:creator>
</item>
<item>
	<title><![CDATA[VC2008 C99, C1X issue]]></title>
	<link>http://chanik.egloos.com/1700709</link>
	<guid>http://chanik.egloos.com/1700709</guid>
	<description>
	<![CDATA[ 
  2007년 11월 게시물들에 몇 가지 언급이 있다. C99를 여전히 지원하지 않고 있으며, 일부 특징만 구현한 모양이다.  Now, the Visual C++ compiler team receives the occasionally question as to why we haven’t implemented C99  It’s really based on interest from our users.  Where we’ve received many requests for certain C99 features, we’ve tried to implement them (or analogues).  A couple examples are variadic macros, long long, __pragma, __FUNCT	]]>
	</description>
	<pubDate>Sun, 20 Jan 2008 07:45:38 +0900</pubDate>
	<dc:creator><![CDATA[시험さま]]></dc:creator>
</item>
<item>
	<title><![CDATA[Macros with a Variable Number of Arguments is C99]]></title>
	<link>http://purewell.egloos.com/3398420</link>
	<guid>http://purewell.egloos.com/3398420</guid>
	<description>
	<![CDATA[ 
#define debug(format, ...) fprintf(stderr, format, __VA_ARGS__)흐흐흐... C99표준이었군.	]]>
	</description>
	<pubDate>Thu, 20 Sep 2007 18:43:32 +0900</pubDate>
	<dc:creator><![CDATA[Purewell.BIZ]]></dc:creator>
</item>
<item>
	<title><![CDATA[floating pointer numbers class]]></title>
	<link>http://purewell.egloos.com/3398406</link>
	<guid>http://purewell.egloos.com/3398406</guid>
	<description>
	<![CDATA[ 
상수  FP_NAN - 숫자가 아님.FP_INFINITE - 양 또는 음의 방향으로 무한대.FP_ZERO - 0.FP_SUBNORMAL - 표현하기에 너무 작은 값.FP_NORMAL - 그외 정상적인 실수.테스트 함수  fpclassify(x) - 테스트해서 위 상수를 돌려줌.isfinite(x) - FP_NAN이 아니면서 FP_INFINITE가 아님.isnormal(x) - FP_NORMAL임.isnan(x) - FP_NAN임.isinf(x) - FP_INFINITE임.  C99 표준.	]]>
	</description>
	<pubDate>Thu, 20 Sep 2007 18:29:37 +0900</pubDate>
	<dc:creator><![CDATA[Purewell.BIZ]]></dc:creator>
</item>
	</channel>
</rss>

