<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>milan25429688的专栏 - C/C++/C#</title><link>http://blog.csdn.net/milan25429688/category/106694.aspx</link><description>遇到的一些问题</description><dc:language>zh-CN</dc:language><lastUpdateTime>Wed, 01 Nov 2006 11:54:43 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>milan25429688</dc:creator><title>(心得分享,不是问题) 堆和栈的区别</title><link>http://blog.csdn.net/milan25429688/archive/2006/11/01/1360202.aspx</link><pubDate>Wed, 01 Nov 2006 11:55:00 GMT</pubDate><guid>http://blog.csdn.net/milan25429688/archive/2006/11/01/1360202.aspx</guid><wfw:comment>http://blog.csdn.net/milan25429688/comments/1360202.aspx</wfw:comment><comments>http://blog.csdn.net/milan25429688/archive/2006/11/01/1360202.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/milan25429688/comments/commentRss/1360202.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1360202</trackback:ping><description>堆和栈的区别可以用如下的比喻来看出： 
使用栈就象我们去饭馆里吃饭，只管点菜（发出申请）、付钱、和吃（使用），吃饱了就走，不必理会切菜、洗菜等准备工作和洗碗、刷锅等扫尾工作，他的好处是快捷，但是自由度小。 
使用堆就象是自己动手做喜欢吃的菜肴，比较麻烦，但是比较符合自己的口味，而且自由度大。 &lt;img src ="http://blog.csdn.net/milan25429688/aggbug/1360202.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>milan25429688</dc:creator><title>Static静态变量的一点体会</title><link>http://blog.csdn.net/milan25429688/archive/2005/04/10/341862.aspx</link><pubDate>Sun, 10 Apr 2005 11:18:00 GMT</pubDate><guid>http://blog.csdn.net/milan25429688/archive/2005/04/10/341862.aspx</guid><wfw:comment>http://blog.csdn.net/milan25429688/comments/341862.aspx</wfw:comment><comments>http://blog.csdn.net/milan25429688/archive/2005/04/10/341862.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/milan25429688/comments/commentRss/341862.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=341862</trackback:ping><description>主要讨论在子函数中，静态变量和局部变量的区别：静态变量只占用一个故定的内存地址；而局部变量则每次都占用一个新的内存地址，这个地址可能是随机的。&lt;img src ="http://blog.csdn.net/milan25429688/aggbug/341862.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>milan25429688</dc:creator><title>指针的艺术</title><link>http://blog.csdn.net/milan25429688/archive/2005/03/30/334270.aspx</link><pubDate>Wed, 30 Mar 2005 17:12:00 GMT</pubDate><guid>http://blog.csdn.net/milan25429688/archive/2005/03/30/334270.aspx</guid><wfw:comment>http://blog.csdn.net/milan25429688/comments/334270.aspx</wfw:comment><comments>http://blog.csdn.net/milan25429688/archive/2005/03/30/334270.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/milan25429688/comments/commentRss/334270.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=334270</trackback:ping><description>作为一个C++程序员，指针的直接操作内存，在数据操作方面有着速度快，节约内存等优点，仍是很多C++程序员的最爱……&lt;img src ="http://blog.csdn.net/milan25429688/aggbug/334270.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>milan25429688</dc:creator><title>C语言陷阱和缺陷</title><link>http://blog.csdn.net/milan25429688/archive/2005/03/24/328944.aspx</link><pubDate>Thu, 24 Mar 2005 15:47:00 GMT</pubDate><guid>http://blog.csdn.net/milan25429688/archive/2005/03/24/328944.aspx</guid><wfw:comment>http://blog.csdn.net/milan25429688/comments/328944.aspx</wfw:comment><comments>http://blog.csdn.net/milan25429688/archive/2005/03/24/328944.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/milan25429688/comments/commentRss/328944.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=328944</trackback:ping><description>那些自认为已经“学完”C语言的人，请你们仔细读阅读这篇文章吧。路很长，还有很多东西要学……&lt;img src ="http://blog.csdn.net/milan25429688/aggbug/328944.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>milan25429688</dc:creator><title>C/C++/C#是否支持基于string的switch-case？？ </title><link>http://blog.csdn.net/milan25429688/archive/2005/03/18/322710.aspx</link><pubDate>Fri, 18 Mar 2005 00:51:00 GMT</pubDate><guid>http://blog.csdn.net/milan25429688/archive/2005/03/18/322710.aspx</guid><wfw:comment>http://blog.csdn.net/milan25429688/comments/322710.aspx</wfw:comment><comments>http://blog.csdn.net/milan25429688/archive/2005/03/18/322710.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/milan25429688/comments/commentRss/322710.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=322710</trackback:ping><description>swith-case中C/C++支持int 和char，
switch语句中的case只能是常量.是整型,字符或枚举(也就是整行)三种；
C#支持int、char、string。&lt;img src ="http://blog.csdn.net/milan25429688/aggbug/322710.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>