<?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>hqlong&#039;s blog &#187; c/c++</title>
	<atom:link href="http://hqlong.com/category/c-c/feed" rel="self" type="application/rss+xml" />
	<link>http://hqlong.com</link>
	<description></description>
	<lastBuildDate>Wed, 30 Jun 2010 14:25:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>GDB怎么调试运行着的程序</title>
		<link>http://hqlong.com/2009/09/1009.html</link>
		<comments>http://hqlong.com/2009/09/1009.html#comments</comments>
		<pubDate>Thu, 10 Sep 2009 11:12:31 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[c/c++]]></category>
		<category><![CDATA[linux/server]]></category>
		<category><![CDATA[gdb]]></category>

		<guid isPermaLink="false">http://hqlong.com/?p=1009</guid>
		<description><![CDATA[对于GDB这里就不作介绍了，随便找个搜索引擎一搜GDB，介绍就已经是很详细了，这篇文章主要是来谈怎么使用GDB来调试一个运行着的程序，或者说怎么调试一个进程，似乎标题有些拗口，其次... ]]></description>
		<wfw:commentRss>http://hqlong.com/2009/09/1009.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>对于c/c++二次封装第三方类库的使用</title>
		<link>http://hqlong.com/2009/08/998.html</link>
		<comments>http://hqlong.com/2009/08/998.html#comments</comments>
		<pubDate>Mon, 24 Aug 2009 09:28:38 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[c/c++]]></category>
		<category><![CDATA[linux/server]]></category>
		<category><![CDATA[c c++ linux]]></category>

		<guid isPermaLink="false">http://hqlong.com/?p=998</guid>
		<description><![CDATA[设计模块里中的适配器模式就谈到了为了实现接口的统一，需要对现有的类库进行第二次封装，进而达到接口统一的目的。 在 c/c++中，同样我们会采用这一策略，对接口不友好的或者需要统一... ]]></description>
		<wfw:commentRss>http://hqlong.com/2009/08/998.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>vim执行php或者c/c++的快捷键</title>
		<link>http://hqlong.com/2009/06/832.html</link>
		<comments>http://hqlong.com/2009/06/832.html#comments</comments>
		<pubDate>Tue, 23 Jun 2009 14:59:45 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[c/c++]]></category>
		<category><![CDATA[linux/server]]></category>
		<category><![CDATA[php/javascript]]></category>
		<category><![CDATA[phpoo]]></category>
		<category><![CDATA[vim]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[添加新标签]]></category>

		<guid isPermaLink="false">http://hqlong.com/?p=832</guid>
		<description><![CDATA[经常我们会编写一些测试代码，这些代码一般只是临时测试某一个函数，测试过后基本上就没什么用了。 如果使用IDE，这好办，基本上都有一些快速运行的键，比如在ZendStudio里，将代码编写好... ]]></description>
		<wfw:commentRss>http://hqlong.com/2009/06/832.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>几步搞定makefile文件的编写</title>
		<link>http://hqlong.com/2009/06/820.html</link>
		<comments>http://hqlong.com/2009/06/820.html#comments</comments>
		<pubDate>Tue, 16 Jun 2009 06:24:59 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[c/c++]]></category>
		<category><![CDATA[linux/server]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[makefile]]></category>

		<guid isPermaLink="false">http://hqlong.com/?p=820</guid>
		<description><![CDATA[对于一个简单的程序。如下： hello.c #include &#60; stdio.h&#62; int main&#40;&#41; &#123; printf&#40;&#34;hello world\n&#34;&#41;; return 0; &#125; 可通过 ~@ubuntu:~$ gcc hello.c -o hello 来进行编译。 当一个程序有3个文件时... ]]></description>
		<wfw:commentRss>http://hqlong.com/2009/06/820.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>linux c/c++多线程程序的编写</title>
		<link>http://hqlong.com/2009/06/771.html</link>
		<comments>http://hqlong.com/2009/06/771.html#comments</comments>
		<pubDate>Mon, 08 Jun 2009 10:00:25 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[c/c++]]></category>
		<category><![CDATA[linux/server]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[多线程]]></category>

		<guid isPermaLink="false">http://hqlong.com/?p=771</guid>
		<description><![CDATA[第一次尝试编写linux下多线程程序，也是颇废一番周折。深知初学者对能快速的成功运行一段程序的渴望，所以本文专门用了“linux c/c++多线程程序的编写“这个醒目的标题，方便大家能即使从... ]]></description>
		<wfw:commentRss>http://hqlong.com/2009/06/771.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>apache cgi程序的简单配置</title>
		<link>http://hqlong.com/2009/05/718.html</link>
		<comments>http://hqlong.com/2009/05/718.html#comments</comments>
		<pubDate>Tue, 05 May 2009 09:53:56 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[c/c++]]></category>
		<category><![CDATA[linux/server]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[cgi]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://hqlong.com/?p=718</guid>
		<description><![CDATA[首先添加虚拟主机 &#60;virtualhost 127.0.0.1:50001&#62; &#60;/virtualhost&#62; 这里新添加了50001端口来进行监听，所以还需要添加监听端口号 Listen 50001 要让程序能正常运行，还得通过配置ScriptAlias来允许服... ]]></description>
		<wfw:commentRss>http://hqlong.com/2009/05/718.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>阿里大牛重拳出击，首创saas架构新著</title>
		<link>http://hqlong.com/2008/12/489.html</link>
		<comments>http://hqlong.com/2008/12/489.html#comments</comments>
		<pubDate>Sat, 13 Dec 2008 08:13:14 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[c/c++]]></category>
		<category><![CDATA[读书]]></category>
		<category><![CDATA[saas]]></category>
		<category><![CDATA[互联网]]></category>
		<category><![CDATA[架构]]></category>

		<guid isPermaLink="false">http://hqlong.com/?p=489</guid>
		<description><![CDATA[今天拿到了刚发布不久的，而且是国内少见的一本关于SaaS架构设计的书－－&#60;&#60;互联网时代的软件革命 SaaS架 构设计&#62;&#62;。一看书名就很有吸引力。这是一本阿里软件大牛们一起创作的... ]]></description>
		<wfw:commentRss>http://hqlong.com/2008/12/489.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>几步创建您的php扩展</title>
		<link>http://hqlong.com/2008/11/413.html</link>
		<comments>http://hqlong.com/2008/11/413.html#comments</comments>
		<pubDate>Sat, 15 Nov 2008 16:38:19 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[c/c++]]></category>
		<category><![CDATA[linux/server]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[扩展]]></category>
		<category><![CDATA[编译]]></category>

		<guid isPermaLink="false">http://hqlong.com/?p=413</guid>
		<description><![CDATA[下面以开发hello world这个简单的应用扩展为例，来说明开发的步骤，这个扩展提供一个hello_world()函数，该函数会返回一个&#8221;hello world&#8221;字符串，在php中的调用方式如下： &#60; ?php echo hello_wo... ]]></description>
		<wfw:commentRss>http://hqlong.com/2008/11/413.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>怎么让你的对话框保持统一的风格</title>
		<link>http://hqlong.com/2007/08/226.html</link>
		<comments>http://hqlong.com/2007/08/226.html#comments</comments>
		<pubDate>Thu, 02 Aug 2007 22:46:24 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[c/c++]]></category>
		<category><![CDATA[对话框]]></category>
		<category><![CDATA[怎么]]></category>
		<category><![CDATA[统一]]></category>
		<category><![CDATA[风]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[我们在做窗口程序时,难免有时候会软件添加一些背景颜色或者图片,来对其进行美化,如果只有一个窗口,可能这还比较好办.如果窗口很多,而且我们又想让它们的界面风格保持一致,那么我们应该... ]]></description>
		<wfw:commentRss>http://hqlong.com/2007/08/226.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Visual C++ 6.0编程实现打印功能</title>
		<link>http://hqlong.com/2007/08/225.html</link>
		<comments>http://hqlong.com/2007/08/225.html#comments</comments>
		<pubDate>Wed, 01 Aug 2007 17:15:15 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[c/c++]]></category>
		<category><![CDATA[功能]]></category>
		<category><![CDATA[打印]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Visual C++6.0是开发Windows应用程序的强大工具，但是要通过它实现程序的打印功能，一直是初学者的一个难点，经常有朋友询问如何在VC中实现打印功能，他们往往感到在MFC提供的框架内实现这个... ]]></description>
		<wfw:commentRss>http://hqlong.com/2007/08/225.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
