<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>路漫漫... ...,但是它终究有终点 - VC/C++</title><link>http://blog.csdn.net/guoqlee/category/327419.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Sun, 23 Dec 2007 11:09:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>小秋</dc:creator><title>关于 sizeof() 的一些思考 </title><link>http://blog.csdn.net/guoqlee/archive/2007/08/22/1754521.aspx</link><pubDate>Wed, 22 Aug 2007 15:18:00 GMT</pubDate><guid>http://blog.csdn.net/guoqlee/archive/2007/08/22/1754521.aspx</guid><wfw:comment>http://blog.csdn.net/guoqlee/comments/1754521.aspx</wfw:comment><comments>http://blog.csdn.net/guoqlee/archive/2007/08/22/1754521.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/guoqlee/comments/commentRss/1754521.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1754521</trackback:ping><description>sizeof，一个其貌不扬的家伙，引无数菜鸟竟折腰. &lt;img src ="http://blog.csdn.net/guoqlee/aggbug/1754521.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小秋</dc:creator><title>vc picture控件的使用</title><link>http://blog.csdn.net/guoqlee/archive/2007/08/20/1751214.aspx</link><pubDate>Mon, 20 Aug 2007 11:19:00 GMT</pubDate><guid>http://blog.csdn.net/guoqlee/archive/2007/08/20/1751214.aspx</guid><wfw:comment>http://blog.csdn.net/guoqlee/comments/1751214.aspx</wfw:comment><comments>http://blog.csdn.net/guoqlee/archive/2007/08/20/1751214.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/guoqlee/comments/commentRss/1751214.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1751214</trackback:ping><description>vc picture控件的分类进行拉总结,

(一) 非动态显示图片(即图片先通过资源管理器载入,有一个固定ID)

(二) 动态载入图片(即只需要在程序中指定图片的路径即可载入)
&lt;img src ="http://blog.csdn.net/guoqlee/aggbug/1751214.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小秋</dc:creator><title>取随机数的算法</title><link>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748412.aspx</link><pubDate>Fri, 17 Aug 2007 16:06:00 GMT</pubDate><guid>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748412.aspx</guid><wfw:comment>http://blog.csdn.net/guoqlee/comments/1748412.aspx</wfw:comment><comments>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748412.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/guoqlee/comments/commentRss/1748412.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1748412</trackback:ping><description>取随机数的算法&lt;img src ="http://blog.csdn.net/guoqlee/aggbug/1748412.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小秋</dc:creator><title>Delphi和C++数据类型对照表</title><link>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748372.aspx</link><pubDate>Fri, 17 Aug 2007 15:50:00 GMT</pubDate><guid>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748372.aspx</guid><wfw:comment>http://blog.csdn.net/guoqlee/comments/1748372.aspx</wfw:comment><comments>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748372.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/guoqlee/comments/commentRss/1748372.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1748372</trackback:ping><description>Delphi和C++数据类型对照表&lt;img src ="http://blog.csdn.net/guoqlee/aggbug/1748372.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小秋</dc:creator><title>C++中的虚函数（一）</title><link>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748364.aspx</link><pubDate>Fri, 17 Aug 2007 15:47:00 GMT</pubDate><guid>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748364.aspx</guid><wfw:comment>http://blog.csdn.net/guoqlee/comments/1748364.aspx</wfw:comment><comments>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748364.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/guoqlee/comments/commentRss/1748364.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1748364</trackback:ping><description>    虽然很难找到一本不讨论多态性的C++书籍或杂志，但是，大多数这类讨论使多态性和C++虚函数的使用看起来很难。我打算在这篇文章中通过从几个方面和结合一些例子使读者理解在C++中的虚函数实现技术。说明一点，写这篇文章只是想和大家交流学习经验因为本人学识浅薄，难免有一些错误和不足，希望大家批评和指正，在此深表感谢！&lt;img src ="http://blog.csdn.net/guoqlee/aggbug/1748364.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小秋</dc:creator><title>虚函数</title><link>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748363.aspx</link><pubDate>Fri, 17 Aug 2007 15:46:00 GMT</pubDate><guid>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748363.aspx</guid><wfw:comment>http://blog.csdn.net/guoqlee/comments/1748363.aspx</wfw:comment><comments>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748363.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/guoqlee/comments/commentRss/1748363.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1748363</trackback:ping><description>虚函数联系到多态，多态联系到继承。所以本文中都是在继承层次上做文章。没了继承，什么都没得谈。&lt;img src ="http://blog.csdn.net/guoqlee/aggbug/1748363.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小秋</dc:creator><title>VC++中,找不到ActiveMovie Control Object控件的解决办法</title><link>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748360.aspx</link><pubDate>Fri, 17 Aug 2007 15:45:00 GMT</pubDate><guid>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748360.aspx</guid><wfw:comment>http://blog.csdn.net/guoqlee/comments/1748360.aspx</wfw:comment><comments>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748360.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/guoqlee/comments/commentRss/1748360.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1748360</trackback:ping><description>VC++中,找不到ActiveMovie Control Object控件的解决办法&lt;img src ="http://blog.csdn.net/guoqlee/aggbug/1748360.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小秋</dc:creator><title>rand和srand的用法</title><link>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748356.aspx</link><pubDate>Fri, 17 Aug 2007 15:44:00 GMT</pubDate><guid>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748356.aspx</guid><wfw:comment>http://blog.csdn.net/guoqlee/comments/1748356.aspx</wfw:comment><comments>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748356.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/guoqlee/comments/commentRss/1748356.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1748356</trackback:ping><description> 首先我们要对rand＆srand有个总体的看法:srand初始化随机种子,rand产生随机数，下面将详细说明。&lt;img src ="http://blog.csdn.net/guoqlee/aggbug/1748356.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小秋</dc:creator><title>关于 extern 用法说明</title><link>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748351.aspx</link><pubDate>Fri, 17 Aug 2007 15:42:00 GMT</pubDate><guid>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748351.aspx</guid><wfw:comment>http://blog.csdn.net/guoqlee/comments/1748351.aspx</wfw:comment><comments>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748351.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/guoqlee/comments/commentRss/1748351.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1748351</trackback:ping><description>extern是C/C++语言中表明函数和全局变量作用范围（可见性）的关键字.
它告诉编译器，其声明的函数和变量可以在本模块或其它模块中使用。
1。对于extern变量来说，仅仅是一个变量的声明，其并不是在定义分配内存空间。如果该变量定义多次，会有连接错误
2。通常，在模块的头文件中对本模块提供给其它模块引用的函数和全局变量以关键字extern声明。也就是说c文件里面定义，如果该函数或者变量与开放给外面，则在h文件中用extern加以声明。所以外部文件只用include该h文件就可以了。而且编译阶段，外面是找不到该函数的，但是不报错。link阶段会从定义模块生成的目标代码中找到此函数。
3。与extern对应的关键字是static，被它修饰的全局变量和函数只能在本模块中使用。&lt;img src ="http://blog.csdn.net/guoqlee/aggbug/1748351.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小秋</dc:creator><title>深入探讨C++中的引用</title><link>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748346.aspx</link><pubDate>Fri, 17 Aug 2007 15:41:00 GMT</pubDate><guid>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748346.aspx</guid><wfw:comment>http://blog.csdn.net/guoqlee/comments/1748346.aspx</wfw:comment><comments>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748346.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/guoqlee/comments/commentRss/1748346.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1748346</trackback:ping><description>引用是C++引入的新语言特性，是C++常用的一个重要内容之一，正确、灵活地使用引用，可以使程序简洁、高效。我在工作中发现，许多人使用它仅仅是想当然，在某些微妙的场合，很容易出错，究其原由，大多因为没有搞清本源。故在本篇中我将对引用进行详细讨论，希望对大家更好地理解和使用引用起到抛砖引玉的作用。 &lt;img src ="http://blog.csdn.net/guoqlee/aggbug/1748346.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小秋</dc:creator><title>VC采用GDI+合成JPEG图片的方法</title><link>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748333.aspx</link><pubDate>Fri, 17 Aug 2007 15:36:00 GMT</pubDate><guid>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748333.aspx</guid><wfw:comment>http://blog.csdn.net/guoqlee/comments/1748333.aspx</wfw:comment><comments>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748333.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/guoqlee/comments/commentRss/1748333.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1748333</trackback:ping><description>合并两张jpg图片为一张jpg图片，思路是先把两张图片jpg图片都转化成bmp图片，然后把两张bmp图片合并成一张bmp图片，然后是把这张bmp图片转化为jpg图片。&lt;img src ="http://blog.csdn.net/guoqlee/aggbug/1748333.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小秋</dc:creator><title>BCB/Delphi中常用的VCL函数说明</title><link>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748326.aspx</link><pubDate>Fri, 17 Aug 2007 15:33:00 GMT</pubDate><guid>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748326.aspx</guid><wfw:comment>http://blog.csdn.net/guoqlee/comments/1748326.aspx</wfw:comment><comments>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748326.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/guoqlee/comments/commentRss/1748326.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1748326</trackback:ping><description>关键字：VCL,常用函数,说明,BCB,Delphi,C++Builder,内存分配,文件操作,磁盘目录管理,字符串操作，时间日期管理，类型转换&lt;img src ="http://blog.csdn.net/guoqlee/aggbug/1748326.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小秋</dc:creator><title>C++中类的静态数据成员函数解析</title><link>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748323.aspx</link><pubDate>Fri, 17 Aug 2007 15:31:00 GMT</pubDate><guid>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748323.aspx</guid><wfw:comment>http://blog.csdn.net/guoqlee/comments/1748323.aspx</wfw:comment><comments>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748323.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/guoqlee/comments/commentRss/1748323.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1748323</trackback:ping><description>C++中类的静态数据成员函数解析&lt;img src ="http://blog.csdn.net/guoqlee/aggbug/1748323.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小秋</dc:creator><title>常用句柄类型及其说明   </title><link>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748306.aspx</link><pubDate>Fri, 17 Aug 2007 15:23:00 GMT</pubDate><guid>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748306.aspx</guid><wfw:comment>http://blog.csdn.net/guoqlee/comments/1748306.aspx</wfw:comment><comments>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748306.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/guoqlee/comments/commentRss/1748306.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1748306</trackback:ping><description>常用句柄类型及其说明   &lt;img src ="http://blog.csdn.net/guoqlee/aggbug/1748306.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小秋</dc:creator><title>如何用代码动态添加控件</title><link>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748262.aspx</link><pubDate>Fri, 17 Aug 2007 14:56:00 GMT</pubDate><guid>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748262.aspx</guid><wfw:comment>http://blog.csdn.net/guoqlee/comments/1748262.aspx</wfw:comment><comments>http://blog.csdn.net/guoqlee/archive/2007/08/17/1748262.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/guoqlee/comments/commentRss/1748262.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1748262</trackback:ping><description>在资源编辑器里我们可以方便地在对话框中加入所需控件，比如文本编辑框、列表控件等。但假如我们需要在运行期间动态生成这些控件该怎么做呢？本文就是讲述用代码动态添加控件的方法，并提供示例工程。&lt;img src ="http://blog.csdn.net/guoqlee/aggbug/1748262.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>