<?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>路平家的一亩三分地 &#187; C++</title>
	<atom:link href="http://www.cnzui.com/archives/tag/c/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cnzui.com</link>
	<description>路平家的一亩三分地，用来记录过往，展望未来。LUPIN，代表着狼一样的坚定和能力。</description>
	<lastBuildDate>Fri, 22 May 2026 08:05:13 +0000</lastBuildDate>
	<language>zh-CN</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0.1</generator>
	<item>
		<title>一些常用类库和框架的整理</title>
		<link>http://www.cnzui.com/archives/1135</link>
		<comments>http://www.cnzui.com/archives/1135#comments</comments>
		<pubDate>Wed, 30 Jul 2014 02:12:54 +0000</pubDate>
		<dc:creator><![CDATA[LUPIN]]></dc:creator>
				<category><![CDATA[各类技术]]></category>
		<category><![CDATA[技术文章]]></category>
		<category><![CDATA[生活随笔]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[wxWidgets]]></category>
		<category><![CDATA[开源框架]]></category>
		<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://www.cnzui.com/?p=1135</guid>
		<description><![CDATA[由于实际工作中的需要，经常要用到这些库，所以现在整理一下各种库的资料以备用。 除特别声明外，都是免费开源库。以下排名不分先后。 目录： 一、JS类 二、CSS类 三、AS类 四、PHP类 五、C&#38;C++类 一、JS类 1.jQuery http://jquer[&#8230;&#8230;] Read more]]></description>
		<wfw:commentRss>http://www.cnzui.com/archives/1135/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wxWidgets移植开发代码统计程序－《跟我学wxWidgets开发》系列教程</title>
		<link>http://www.cnzui.com/archives/1087</link>
		<comments>http://www.cnzui.com/archives/1087#comments</comments>
		<pubDate>Fri, 19 Jul 2013 02:34:19 +0000</pubDate>
		<dc:creator><![CDATA[LUPIN]]></dc:creator>
				<category><![CDATA[技术文章]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[wxWidgets]]></category>
		<category><![CDATA[开源框架]]></category>
		<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://www.cnzui.com/?p=1087</guid>
		<description><![CDATA[第六章 代码统计程序的移植 &#160; 本章我们来一起把我以前用C#写的一个简单的代码统计工具，通过wxWidgets移植到各个操作系统平台。这个程序将包含以下和wxWidgets相关的知识点： ⑴wxDirDialog文件夹对话框的使用 ⑵wxGauge进度条控件的使用 ⑶wxT[&#8230;&#8230;] Read more]]></description>
		<wfw:commentRss>http://www.cnzui.com/archives/1087/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>wxWidgets开发简单扫雷游戏程序之程序分析－《跟我学wxWidgets开发》系列教程</title>
		<link>http://www.cnzui.com/archives/1060</link>
		<comments>http://www.cnzui.com/archives/1060#comments</comments>
		<pubDate>Thu, 20 Jun 2013 09:38:15 +0000</pubDate>
		<dc:creator><![CDATA[LUPIN]]></dc:creator>
				<category><![CDATA[技术文章]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[wxWidgets]]></category>
		<category><![CDATA[开源框架]]></category>

		<guid isPermaLink="false">http://www.cnzui.com/?p=1060</guid>
		<description><![CDATA[第五章 简单扫雷游戏程序 wxWidgets开发简单扫雷游戏程序之程序分析 5.2程序分析 本程序主要部分集中在minesweepingFrame类中。下面我先大致的罗列一下。 主要的功能函数有： void Init();&#160;&#160;&#160;&#038;nbsp[&#8230;&#8230;] Read more]]></description>
		<wfw:commentRss>http://www.cnzui.com/archives/1060/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>wxWidgets的安装与编译 -《跟我学wxWidgets开发》系列教程</title>
		<link>http://www.cnzui.com/archives/942</link>
		<comments>http://www.cnzui.com/archives/942#comments</comments>
		<pubDate>Fri, 19 Apr 2013 04:59:49 +0000</pubDate>
		<dc:creator><![CDATA[LUPIN]]></dc:creator>
				<category><![CDATA[技术文章]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[wxWidgets]]></category>
		<category><![CDATA[开源框架]]></category>
		<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://www.cnzui.com/?p=942</guid>
		<description><![CDATA[第二章&#160;wxWidgets的安装与编译 要顺利使用wxWidgets进行开发，首页必须做好wxWidgets的安装和编译工作。由于本人只在Windows平台进行开发，所以本章只对基于Windows平台的安装和编译方法进行展开描述。 &#160; 2.1下载wxWidgets源码[&#8230;&#8230;] Read more]]></description>
		<wfw:commentRss>http://www.cnzui.com/archives/942/feed</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>通过介绍进入wxWidgets－《跟我学wxWidgets开发》系列教程</title>
		<link>http://www.cnzui.com/archives/926</link>
		<comments>http://www.cnzui.com/archives/926#comments</comments>
		<pubDate>Mon, 15 Apr 2013 03:20:31 +0000</pubDate>
		<dc:creator><![CDATA[LUPIN]]></dc:creator>
				<category><![CDATA[技术文章]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[wxWidgets]]></category>
		<category><![CDATA[开源框架]]></category>
		<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://www.cnzui.com/?p=926</guid>
		<description><![CDATA[《跟我学wxWidgets开发》系列教程 第一章&#160;wxWidgets介绍 首先引用官方的原译文介绍： wxWidgets是由Julian Smart于1992年在爱丁堡大学创建成立的。一开始它只是作为一个可创建Unix和Windows操作系统可移植的项[&#8230;&#8230;] Read more]]></description>
		<wfw:commentRss>http://www.cnzui.com/archives/926/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>C#调用DLL文件时参数对应表</title>
		<link>http://www.cnzui.com/archives/895</link>
		<comments>http://www.cnzui.com/archives/895#comments</comments>
		<pubDate>Fri, 12 Oct 2012 10:51:43 +0000</pubDate>
		<dc:creator><![CDATA[LUPIN]]></dc:creator>
				<category><![CDATA[各类技术]]></category>
		<category><![CDATA[技术文章]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://www.cnzui.com/?p=895</guid>
		<description><![CDATA[C#调用DLL库时，参数匹配是个麻烦事，这里找了个表格，方便查询。 好像有本书，名字叫《Beginning C# Objects From Concepts to Code》，有兴趣要以找来看看。 Wtypes.h中的非托管类型 非[&#8230;&#8230;] Read more]]></description>
		<wfw:commentRss>http://www.cnzui.com/archives/895/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C#中运行时表达式(类似js的eval)的实现</title>
		<link>http://www.cnzui.com/archives/640</link>
		<comments>http://www.cnzui.com/archives/640#comments</comments>
		<pubDate>Wed, 13 Jun 2012 02:43:03 +0000</pubDate>
		<dc:creator><![CDATA[LUPIN]]></dc:creator>
				<category><![CDATA[技术文章]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://www.cnzui.com/?p=640</guid>
		<description><![CDATA[实现这个功能的主要思路是: 编译-&#62;生成程序集-&#62;反射调用 代码在下面,老美写的,以后有空整理. http://www.codeproject.com/Articles/2160/Runtime-C-Expression-Evaluator[&#8230;&#8230;] Read more]]></description>
		<wfw:commentRss>http://www.cnzui.com/archives/640/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>InstallShield12制作OCX或DLL安装包时碰到的问题</title>
		<link>http://www.cnzui.com/archives/608</link>
		<comments>http://www.cnzui.com/archives/608#comments</comments>
		<pubDate>Thu, 24 May 2012 06:34:27 +0000</pubDate>
		<dc:creator><![CDATA[LUPIN]]></dc:creator>
				<category><![CDATA[技术文章]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[系统]]></category>
		<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://www.cnzui.com/?p=608</guid>
		<description><![CDATA[最近用InstallShield12作了一个安装包，遇到一些新手问题，在这里分享一下。 问题描述： 1.卸载时无法正常删除安装目录下的dll和ocx文件，也不能进行反注册。 2.我用的是Self Register，根本没进行注册表操作，在测试安装包时确报了注册表SOFTWARE[&#8230;&#8230;] Read more]]></description>
		<wfw:commentRss>http://www.cnzui.com/archives/608/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VS插件项目Failed to retrieve paths under VSTemplate for the specified registry hive.</title>
		<link>http://www.cnzui.com/archives/592</link>
		<comments>http://www.cnzui.com/archives/592#comments</comments>
		<pubDate>Tue, 15 May 2012 07:04:15 +0000</pubDate>
		<dc:creator><![CDATA[LUPIN]]></dc:creator>
				<category><![CDATA[各类技术]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://www.cnzui.com/?p=592</guid>
		<description><![CDATA[这些天在开发IDE插件时，一开始不知道怎么重置IDE调试环境，于是自己在注册表里进行修改，弄到后面心烦的把9.0Exp这个结点全删了，这下好，去调试的时候发现出错运行不了了，所以大家不要学我啊，哈哈！ 后面查了一下，结果发现SDK里提供了重置工具的，操作方法如下： 运行Vs[&#8230;&#8230;] Read more]]></description>
		<wfw:commentRss>http://www.cnzui.com/archives/592/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>fatal error C1190: 托管目标代码需要/clr选项</title>
		<link>http://www.cnzui.com/archives/553</link>
		<comments>http://www.cnzui.com/archives/553#comments</comments>
		<pubDate>Tue, 24 Apr 2012 01:45:14 +0000</pubDate>
		<dc:creator><![CDATA[LUPIN]]></dc:creator>
				<category><![CDATA[技术文章]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://www.cnzui.com/?p=553</guid>
		<description><![CDATA[错误信息： 中文：fatal error C1190: 托管目标代码需要&#8220;/clr&#8221;选项 英文：fatal error C1190: managed targeted code requires a &#39;/clr&#39; option 日文：fatal erro[&#8230;&#8230;] Read m……]]></description>
		<wfw:commentRss>http://www.cnzui.com/archives/553/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
