<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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>PHPMan--Live and learn &#187; C/C++</title>
	<atom:link href="http://www.phpman.com.cn/archives/category/coding/c-language/feed" rel="self" type="application/rss+xml" />
	<link>http://www.phpman.com.cn</link>
	<description>不积跬步,无以至千里;不积小流,无以成江海</description>
	<lastBuildDate>Wed, 28 Jul 2010 02:39:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>C语言通过mysql的 C API访问MySQL</title>
		<link>http://www.phpman.com.cn/archives/188</link>
		<comments>http://www.phpman.com.cn/archives/188#comments</comments>
		<pubDate>Sat, 23 May 2009 09:19:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C/C++]]></category>

		<guid isPermaLink="false">http://www.phpman.com.cn/?p=188</guid>
		<description><![CDATA[
#include &#60;mysql.h&#62;
#include &#60;stdio.h&#62;
int main&#40;&#41;&#123;
    char host&#91;32&#93; = &#34;localhost&#34;;
    char user&#91;32&#93; = &#34;root&#34;;
    char password&#91;32&#93; = &#34;123123&#34;;
    char db&#91;32&#93; = &#34;wordpress&#34;;
    char sql&#91;100&#93;;
    MYSQL mysql;
    MYSQL_RES *res;
    MYSQL_ROW row;
    [...]]]></description>
		<wfw:commentRss>http://www.phpman.com.cn/archives/188/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
