<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	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="https://www.coder4.com/archives/tag/%E8%8E%B7%E5%BE%97%E7%B3%BB%E7%BB%9F%E6%97%B6%E9%97%B4/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Wed, 03 Aug 2011 08:03:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>vc++中如何获得系统时间</title>
		<link>https://www.coder4.com/archives/389</link>
					<comments>https://www.coder4.com/archives/389#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Thu, 18 Feb 2010 16:01:07 +0000</pubDate>
				<category><![CDATA[Visual C++ && C#]]></category>
		<category><![CDATA[VC]]></category>
		<category><![CDATA[获得系统时间]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=389</guid>

					<description><![CDATA[代码如下，主要利用了GetSystemTime这个API函数 SYSTEMTIME tm; GetSystemTime(&#38;tm); CString str; str.Format(&#34;%d年%d月%d日&#34;,tm.wYear,tm.wMonth,tm.wDay); MessageBox(str);[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/389/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
