<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>热力西雅图 - c/c++/vc</title><link>http://blog.csdn.net/islyb/category/207719.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Sat, 06 Sep 2008 00:22:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>Robin Lee</dc:creator><title>深入理解C语言指针的奥秘</title><link>http://blog.csdn.net/islyb/archive/2008/09/05/2885097.aspx</link><pubDate>Fri, 05 Sep 2008 12:48:00 GMT</pubDate><guid>http://blog.csdn.net/islyb/archive/2008/09/05/2885097.aspx</guid><wfw:comment>http://blog.csdn.net/islyb/comments/2885097.aspx</wfw:comment><comments>http://blog.csdn.net/islyb/archive/2008/09/05/2885097.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/islyb/comments/commentRss/2885097.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2885097</trackback:ping><description> &lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: ������; "&gt;指针是一个特殊的变量，它里面存储的数值被解释成为内存里的一个地址。   要搞清一个指针需要搞清指针的四方面的内容：指针的类型，指针所指向的   类型，指针的值或者叫指针所指向的内存区，还有指针本身所占据的内存区。让我们分别说明。   &lt;br&gt;　　先声明几个指针放着做例子：   &lt;br&gt;　　例一：   &lt;br&gt;　　(1)int*ptr;   &lt;br&gt;　　(2)char*ptr;   &lt;br&gt;　　(3)int**ptr;   &lt;br&gt;　　(4)int(*ptr)[3];   &lt;br&gt;　　(5)int*(*ptr)[4];   &lt;br&gt;　　 &lt;br&gt;　　指针的类型 &lt;br&gt;　　从语法的角度看，你只要把指针声明语句里的指针名字去掉，剩下的部分就是这个指针的类型。这是指针本身所具有的类型。让我们看看例一中各个指针的类型：   &lt;br&gt;　　(1)int*ptr;//指针的类型是int*   &lt;br&gt;　　(2)char*ptr;//指针&lt;img src ="http://blog.csdn.net/islyb/aggbug/2885097.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>islyb</dc:creator><title>技术站点推荐</title><link>http://blog.csdn.net/islyb/archive/2008/08/06/2776442.aspx</link><pubDate>Wed, 06 Aug 2008 14:08:00 GMT</pubDate><guid>http://blog.csdn.net/islyb/archive/2008/08/06/2776442.aspx</guid><wfw:comment>http://blog.csdn.net/islyb/comments/2776442.aspx</wfw:comment><comments>http://blog.csdn.net/islyb/archive/2008/08/06/2776442.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/islyb/comments/commentRss/2776442.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2776442</trackback:ping><description>开发人员的知音&lt;img src ="http://blog.csdn.net/islyb/aggbug/2776442.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>islyb</dc:creator><title>时间和日期操作</title><link>http://blog.csdn.net/islyb/archive/2007/11/18/1891587.aspx</link><pubDate>Sun, 18 Nov 2007 21:28:00 GMT</pubDate><guid>http://blog.csdn.net/islyb/archive/2007/11/18/1891587.aspx</guid><wfw:comment>http://blog.csdn.net/islyb/comments/1891587.aspx</wfw:comment><comments>http://blog.csdn.net/islyb/archive/2007/11/18/1891587.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/islyb/comments/commentRss/1891587.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1891587</trackback:ping><description>时间和日期操作&lt;img src ="http://blog.csdn.net/islyb/aggbug/1891587.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>islyb</dc:creator><title>VC小技巧20个</title><link>http://blog.csdn.net/islyb/archive/2007/09/26/1801328.aspx</link><pubDate>Wed, 26 Sep 2007 11:41:00 GMT</pubDate><guid>http://blog.csdn.net/islyb/archive/2007/09/26/1801328.aspx</guid><wfw:comment>http://blog.csdn.net/islyb/comments/1801328.aspx</wfw:comment><comments>http://blog.csdn.net/islyb/archive/2007/09/26/1801328.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/islyb/comments/commentRss/1801328.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1801328</trackback:ping><description>VC小技巧20个&lt;img src ="http://blog.csdn.net/islyb/aggbug/1801328.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>islyb</dc:creator><title>用Visual C++操作INI文件</title><link>http://blog.csdn.net/islyb/archive/2007/09/26/1801312.aspx</link><pubDate>Wed, 26 Sep 2007 11:34:00 GMT</pubDate><guid>http://blog.csdn.net/islyb/archive/2007/09/26/1801312.aspx</guid><wfw:comment>http://blog.csdn.net/islyb/comments/1801312.aspx</wfw:comment><comments>http://blog.csdn.net/islyb/archive/2007/09/26/1801312.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/islyb/comments/commentRss/1801312.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1801312</trackback:ping><description>在我们写的程序当中,总有一些配置信息需要保存下来,以便完成程序的功能,最简单的办法就是将这些信息写入INI文件中,程序初始化时再读入.具体应用如下:&lt;img src ="http://blog.csdn.net/islyb/aggbug/1801312.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>islyb</dc:creator><title>常用数据类型使用转换详解</title><link>http://blog.csdn.net/islyb/archive/2007/05/14/1608017.aspx</link><pubDate>Mon, 14 May 2007 12:36:00 GMT</pubDate><guid>http://blog.csdn.net/islyb/archive/2007/05/14/1608017.aspx</guid><wfw:comment>http://blog.csdn.net/islyb/comments/1608017.aspx</wfw:comment><comments>http://blog.csdn.net/islyb/archive/2007/05/14/1608017.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/islyb/comments/commentRss/1608017.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1608017</trackback:ping><description>刚接触VC编程的朋友往往对许多数据类型的转换感到迷惑不解，本文将介绍一些常用数据类型的使用。&lt;img src ="http://blog.csdn.net/islyb/aggbug/1608017.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>islyb</dc:creator><title>Bjarne Stroustrup的FAQ：C++的风格与技巧</title><link>http://blog.csdn.net/islyb/archive/2007/01/05/1474854.aspx</link><pubDate>Fri, 05 Jan 2007 15:51:00 GMT</pubDate><guid>http://blog.csdn.net/islyb/archive/2007/01/05/1474854.aspx</guid><wfw:comment>http://blog.csdn.net/islyb/comments/1474854.aspx</wfw:comment><comments>http://blog.csdn.net/islyb/archive/2007/01/05/1474854.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/islyb/comments/commentRss/1474854.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1474854</trackback:ping><description>Bjarne Stroustrup博士，1950年出生于丹麦，先后毕业于丹麦阿鲁斯大学和英国剑挢大学，AT&amp;T大规模程序设计研究部门负责人，AT&amp;T 贝尔实验室和ACM成员。1979年，B. S开始开发一种语言，当时称为"C with Class"，后来演化为C++。1998年，ANSI/ISO C++标准建立，同年，B. S推出其经典著作The C++ Programming Language的第三版。请注意，这仅仅是一个常见问题与解答的列表。它不能代替一本优秀教科书中那些经过精心挑选的范例与解释。它也不能象一本参考手册或语言标准那样，提供详细和准确的说明。有关C++的设计的问题，请参见《C++语言的设计和演变》（The Design and Evolution of C++）。关于C++语言与标准库的使用，请参见《C++程序设计语言》（The C++ Programming Language）。
&lt;img src ="http://blog.csdn.net/islyb/aggbug/1474854.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>islyb</dc:creator><title>Winsock 完成端口模型简介</title><link>http://blog.csdn.net/islyb/archive/2006/07/18/937010.aspx</link><pubDate>Tue, 18 Jul 2006 17:54:00 GMT</pubDate><guid>http://blog.csdn.net/islyb/archive/2006/07/18/937010.aspx</guid><wfw:comment>http://blog.csdn.net/islyb/comments/937010.aspx</wfw:comment><comments>http://blog.csdn.net/islyb/archive/2006/07/18/937010.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/islyb/comments/commentRss/937010.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=937010</trackback:ping><description>Winsock 完成端口模型简介&lt;img src ="http://blog.csdn.net/islyb/aggbug/937010.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>islyb</dc:creator><title>Windows完成端口编程</title><link>http://blog.csdn.net/islyb/archive/2006/07/18/936993.aspx</link><pubDate>Tue, 18 Jul 2006 17:51:00 GMT</pubDate><guid>http://blog.csdn.net/islyb/archive/2006/07/18/936993.aspx</guid><wfw:comment>http://blog.csdn.net/islyb/comments/936993.aspx</wfw:comment><comments>http://blog.csdn.net/islyb/archive/2006/07/18/936993.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/islyb/comments/commentRss/936993.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=936993</trackback:ping><description>Windows完成端口编程&lt;img src ="http://blog.csdn.net/islyb/aggbug/936993.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>islyb</dc:creator><title>我的Windows Socket API 使用经验</title><link>http://blog.csdn.net/islyb/archive/2006/06/29/851849.aspx</link><pubDate>Thu, 29 Jun 2006 17:13:00 GMT</pubDate><guid>http://blog.csdn.net/islyb/archive/2006/06/29/851849.aspx</guid><wfw:comment>http://blog.csdn.net/islyb/comments/851849.aspx</wfw:comment><comments>http://blog.csdn.net/islyb/archive/2006/06/29/851849.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/islyb/comments/commentRss/851849.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=851849</trackback:ping><description>本文是我在进行MS-Windows、HP-Unix网络编程的实践过程中总结出来的一些经验，仅供大家参考。本文所谈到的Socket函数如果没有特别说明，都是指的Windows Socket API。
&lt;img src ="http://blog.csdn.net/islyb/aggbug/851849.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>islyb</dc:creator><title>C++中运算符优先级的学习注解</title><link>http://blog.csdn.net/islyb/archive/2006/06/20/815710.aspx</link><pubDate>Tue, 20 Jun 2006 09:55:00 GMT</pubDate><guid>http://blog.csdn.net/islyb/archive/2006/06/20/815710.aspx</guid><wfw:comment>http://blog.csdn.net/islyb/comments/815710.aspx</wfw:comment><comments>http://blog.csdn.net/islyb/archive/2006/06/20/815710.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/islyb/comments/commentRss/815710.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=815710</trackback:ping><description>提起运算符的优先级，很多了解C++的过来人都会想：这有什么难的？不就是谁的优先级高就算谁么。确实如此，运算符的优先级不是一个大问题，但对于一个初学者来说...&lt;img src ="http://blog.csdn.net/islyb/aggbug/815710.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>islyb</dc:creator><title>C/C++头文件一览</title><link>http://blog.csdn.net/islyb/archive/2006/06/15/799106.aspx</link><pubDate>Thu, 15 Jun 2006 11:24:00 GMT</pubDate><guid>http://blog.csdn.net/islyb/archive/2006/06/15/799106.aspx</guid><wfw:comment>http://blog.csdn.net/islyb/comments/799106.aspx</wfw:comment><comments>http://blog.csdn.net/islyb/archive/2006/06/15/799106.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/islyb/comments/commentRss/799106.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=799106</trackback:ping><description>C/C++头文件一览，说明每个头文件的作用&lt;img src ="http://blog.csdn.net/islyb/aggbug/799106.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>islyb</dc:creator><title>如何在Dll中导出class</title><link>http://blog.csdn.net/islyb/archive/2006/05/29/761647.aspx</link><pubDate>Mon, 29 May 2006 18:40:00 GMT</pubDate><guid>http://blog.csdn.net/islyb/archive/2006/05/29/761647.aspx</guid><wfw:comment>http://blog.csdn.net/islyb/comments/761647.aspx</wfw:comment><comments>http://blog.csdn.net/islyb/archive/2006/05/29/761647.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/islyb/comments/commentRss/761647.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=761647</trackback:ping><description>如何在Dll中导出class&lt;img src ="http://blog.csdn.net/islyb/aggbug/761647.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>islyb</dc:creator><title>用C语言编写Windows服务程序的五个步骤</title><link>http://blog.csdn.net/islyb/archive/2006/05/29/761640.aspx</link><pubDate>Mon, 29 May 2006 18:35:00 GMT</pubDate><guid>http://blog.csdn.net/islyb/archive/2006/05/29/761640.aspx</guid><wfw:comment>http://blog.csdn.net/islyb/comments/761640.aspx</wfw:comment><comments>http://blog.csdn.net/islyb/archive/2006/05/29/761640.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/islyb/comments/commentRss/761640.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=761640</trackback:ping><description>用C语言编写Windows服务程序的五个步骤&lt;img src ="http://blog.csdn.net/islyb/aggbug/761640.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>