﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>博客园-.NET人字拖-随笔分类-VC++/MFC</title><link>http://www.cnblogs.com/xdotnet/category/110317.html</link><description /><language>zh-cn</language><lastBuildDate>Mon, 19 May 2008 17:42:13 GMT</lastBuildDate><pubDate>Mon, 19 May 2008 17:42:13 GMT</pubDate><ttl>60</ttl><item><title>VS2008下安装boost</title><link>http://www.cnblogs.com/xdotnet/archive/2008/03/22/boost_install_config.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Sat, 22 Mar 2008 11:03:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2008/03/22/boost_install_config.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/1117921.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2008/03/22/boost_install_config.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/1117921.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/1117921.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 由于经常在开发C++的程序中都需要使用到正则表达式，而且也一直想学习一下Boost这个优秀的C++库，OK，今天就介绍一下在 VS2008下安装boost。可以上boost的网站去下载，推荐使用那个程序下载，速度很快，下载完一窥，boost居然有1G多，差点把我吓死。由于第一次使用，不知道要如何配置，因此从网络中搜罗很多，把最终的步骤给记下，以便后人之用...&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2008/03/22/boost_install_config.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/1117921.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xdotnet.cnblogs.com/" target="_blank">网魂小兵</a> 2008-03-22 19:03 <a href="http://www.cnblogs.com/xdotnet/archive/2008/03/22/boost_install_config.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[转]vc中socket编程步骤</title><link>http://www.cnblogs.com/xdotnet/archive/2008/01/22/vc_socket.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Tue, 22 Jan 2008 05:50:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2008/01/22/vc_socket.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/1048550.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2008/01/22/vc_socket.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/1048550.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/1048550.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要:    sockets（套接字）编程有三种，流式套接字（SOCK_STREAM），数据报套接字（SOCK_DGRAM），原始套接字（SOCK_RAW）；基于TCP的socket编程是采用的流式套接字。在这个程序中，将两个工程添加到一个工作区。要链接一个ws2_32.lib的库文件。&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2008/01/22/vc_socket.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/1048550.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xdotnet.cnblogs.com/" target="_blank">网魂小兵</a> 2008-01-22 13:50 <a href="http://www.cnblogs.com/xdotnet/archive/2008/01/22/vc_socket.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[字符集]Unicode和UTF-8之间的转换详解</title><link>http://www.cnblogs.com/xdotnet/archive/2007/11/23/unicode_and_utf8.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Fri, 23 Nov 2007 14:25:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2007/11/23/unicode_and_utf8.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/970482.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2007/11/23/unicode_and_utf8.html#Feedback</comments><slash:comments>31</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/970482.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/970482.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 最近在用VC++开发一个小工具，平时用惯了.NET，用起VC++最郁闷的就是字符串处理。当然最最让人难于琢磨的就是字符集，编码之间的转换。通过这几天的研究，终于明白了Unicode和UTF-8之间编码的区别。Unicode是一个字符集，而UTF-8是Unicode的其中一种，Unicode是定长的都为双字节，而UTF-8是可变的，对于汉字来说Unicode占有的字节比 UTF-8占用的字节少1个字节。Unicode为双字节，而UTF-8中汉字占三个字节。&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2007/11/23/unicode_and_utf8.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/970482.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xdotnet.cnblogs.com/" target="_blank">网魂小兵</a> 2007-11-23 22:25 <a href="http://www.cnblogs.com/xdotnet/archive/2007/11/23/unicode_and_utf8.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[VC++]编译，没有找到 mspdb80.dll 的解决办法</title><link>http://www.cnblogs.com/xdotnet/archive/2007/11/21/cl_lib_vcPP.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Wed, 21 Nov 2007 07:53:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2007/11/21/cl_lib_vcPP.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/967340.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2007/11/21/cl_lib_vcPP.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/967340.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/967340.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 在cmd中键入cl执行编译（或lib）时会出现mspdb80.dll无法找到的情况，是因为VC\Bin\下没有“msobj80.dll,mspdb80.dll,mspdbcore.dll,mspdbsrv.exe”这四个文件，直接从Common7\IDE\下复制这四个文件到VC\Bin\下即可解决。&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2007/11/21/cl_lib_vcPP.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/967340.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xdotnet.cnblogs.com/" target="_blank">网魂小兵</a> 2007-11-21 15:53 <a href="http://www.cnblogs.com/xdotnet/archive/2007/11/21/cl_lib_vcPP.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[VC++]最小化图标至托盘中</title><link>http://www.cnblogs.com/xdotnet/archive/2007/11/15/vc_notifyicon.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Thu, 15 Nov 2007 15:56:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2007/11/15/vc_notifyicon.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/961046.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2007/11/15/vc_notifyicon.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/961046.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/961046.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 经常都会看到最小化程序后就会在任务栏的托盘中保留一个小图标，即把窗口最小化至托盘中。实现起来很简单，只要明白它使用到的结构和一个Shell函数即可完成。但是如果要制作其他的菜单，需要另外制作，今天暂且不讨论。&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2007/11/15/vc_notifyicon.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/961046.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xdotnet.cnblogs.com/" target="_blank">网魂小兵</a> 2007-11-15 23:56 <a href="http://www.cnblogs.com/xdotnet/archive/2007/11/15/vc_notifyicon.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[ADO&amp;VC一]使用ADO智能指针_ConnectionPtr,_CommandPtr及_RecordsetPtr</title><link>http://www.cnblogs.com/xdotnet/archive/2007/11/05/cpp_ado_intro.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Mon, 05 Nov 2007 05:29:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2007/11/05/cpp_ado_intro.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/949747.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2007/11/05/cpp_ado_intro.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/949747.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/949747.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要:     使用C++（MFC）操作数据库，首选就是ADO。ADO 库包含三个基本接口:_ConnectionPtr接口、_CommandPtr接口和_RecordsetPtr接口。在MFC要使用ADO（COM）首先要引用COM地址，编译器才能够实现。从网上的很多资料都介绍，将EOF重命名，防止和其他冲突，那偶们也这样做反正也不会有坏处。格式如下：<br>#include <comdef.h><br>#import "c:\program files\common files\system\ado\msado15.dll" no_namespace rename("EOF", "EndOfFields")&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2007/11/05/cpp_ado_intro.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/949747.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xdotnet.cnblogs.com/" target="_blank">网魂小兵</a> 2007-11-05 13:29 <a href="http://www.cnblogs.com/xdotnet/archive/2007/11/05/cpp_ado_intro.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[MFC入门二]四种不同对象</title><link>http://www.cnblogs.com/xdotnet/archive/2007/10/26/mfc_objects.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Fri, 26 Oct 2007 12:45:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2007/10/26/mfc_objects.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/939140.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2007/10/26/mfc_objects.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/939140.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/939140.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 在C++中有四种方法可以产生一个对象，他们分别保存于内存中的堆栈（Stack），堆（Heap），全局对象和局部静态对象。&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2007/10/26/mfc_objects.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/939140.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xdotnet.cnblogs.com/" target="_blank">网魂小兵</a> 2007-10-26 20:45 <a href="http://www.cnblogs.com/xdotnet/archive/2007/10/26/mfc_objects.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[MFC入门一]基于消息，事件驱动（Message Based,Event Driven）</title><link>http://www.cnblogs.com/xdotnet/archive/2007/10/24/mfc_message_first.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Wed, 24 Oct 2007 15:53:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2007/10/24/mfc_message_first.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/936763.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2007/10/24/mfc_message_first.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/936763.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/936763.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 学习了一些C++，对C++的语法也基本上有所了解了，由于偶是一个C++的业余爱好者，也一直应用.NET操作系统，没什么机会到Linux等系统下去运行。所以VC++也是我的目标，喜欢上了游戏，也喜欢外挂但是用.NET来搞这些总觉得不爽，C++才是不错的选择。本系列将记录本人学习MFC的一个过程，也可以称为笔记，今天来看看MFC中的消息。&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2007/10/24/mfc_message_first.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/936763.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xdotnet.cnblogs.com/" target="_blank">网魂小兵</a> 2007-10-24 23:53 <a href="http://www.cnblogs.com/xdotnet/archive/2007/10/24/mfc_message_first.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>