<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_sundeepblue</title><subtitle type="text">Computer Graphics, CAGD, Demoscene, intro[crack each line of code, cram each bit of byte, create each idea of mind]</subtitle><id>http://feed.cnblogs.com/blog/u/28135/rss</id><updated>2007-11-02T20:15:09Z</updated><author><name>sundeepblue</name><uri>http://www.cnblogs.com/sundeepblue/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sundeepblue/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/28135/rss"/><entry><id>http://www.cnblogs.com/sundeepblue/archive/2007/11/03/947595.html</id><title type="text">const</title><summary type="text">const主要是为了程序的健壮型,减少程序出错.&#xD;最基本的用法:&#xD;const int a=100; b的内容不变,b只能是100也就是声明一个int类型的常量(#define b =100)&#xD;int const b=100; //和上面作用一样 &#xD;&#xD;const指针和引用一般用在函数的参数中&#xD;int* m = &amp;a; //出错,常量只能用常指针&#xD;int c= 1;const int*pc = &amp;c;//常指针可指向常量 &#xD;</summary><published>2007-11-02T20:15:00Z</published><updated>2007-11-02T20:15:00Z</updated><author><name>sundeepblue</name><uri>http://www.cnblogs.com/sundeepblue/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sundeepblue/archive/2007/11/03/947595.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sundeepblue/archive/2007/11/03/947595.html"/></entry><entry><id>http://www.cnblogs.com/sundeepblue/archive/2007/11/03/947594.html</id><title type="text">堆和栈的区别 (转贴)</title><summary type="text">堆和栈的区别&#xD;一、预备知识—程序的内存分配&#xD;一个由c/C++编译的程序占用的内存分为以下几个部分&#xD;1、栈区（stack）— 由编译器自动分配释放 ，存放函数的参数值，局部变量的值等。其操作方式类似于数据结构中的栈。&#xD;</summary><published>2007-11-02T20:10:00Z</published><updated>2007-11-02T20:10:00Z</updated><author><name>sundeepblue</name><uri>http://www.cnblogs.com/sundeepblue/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sundeepblue/archive/2007/11/03/947594.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sundeepblue/archive/2007/11/03/947594.html"/></entry><entry><id>http://www.cnblogs.com/sundeepblue/archive/2007/10/11/921247.html</id><title type="text">The Linux Alternative Project</title><summary type="text">http://www.linuxalt.com/&#xD;&#xD;Welcome to the Linux Alternative Project (formally the Linux Equivalent Project). The goal is to provide an informational and available website for all linux users. The website is currently in beta form. I will be periodically updating the database with Windows software and the Linux equivalents and alternatives.&#xD;</summary><published>2007-10-11T08:40:00Z</published><updated>2007-10-11T08:40:00Z</updated><author><name>sundeepblue</name><uri>http://www.cnblogs.com/sundeepblue/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sundeepblue/archive/2007/10/11/921247.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sundeepblue/archive/2007/10/11/921247.html"/></entry><entry><id>http://www.cnblogs.com/sundeepblue/archive/2007/10/11/921239.html</id><title type="text">Linux与windows 互访总结 </title><summary type="text">Linux与windows 互访总结&#xD;Smb是实现linux和windows互访的一座桥梁，所以就先让我们来了解一下什么是smb，它的主要功能，通过smb实现共享的方法及配置。在最后我们还介绍了怎样使用mount命令来挂载windows共享目录。 </summary><published>2007-10-11T08:38:00Z</published><updated>2007-10-11T08:38:00Z</updated><author><name>sundeepblue</name><uri>http://www.cnblogs.com/sundeepblue/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sundeepblue/archive/2007/10/11/921239.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sundeepblue/archive/2007/10/11/921239.html"/></entry><entry><id>http://www.cnblogs.com/sundeepblue/archive/2007/10/08/917333.html</id><title type="text">Airplane: Cool!!!</title><summary type="text">                                                                              &#xD;                                                                               &#xD;                 |                                                             &#xD;                 |                                                             &#xD;                 |                                                             &#xD;    -===+=====_/(T)\_=====+===-                                                &#xD;&lt;</summary><published>2007-10-08T09:37:00Z</published><updated>2007-10-08T09:37:00Z</updated><author><name>sundeepblue</name><uri>http://www.cnblogs.com/sundeepblue/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sundeepblue/archive/2007/10/08/917333.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sundeepblue/archive/2007/10/08/917333.html"/></entry><entry><id>http://www.cnblogs.com/sundeepblue/archive/2007/10/08/917113.html</id><title type="text">Lyx: The Document Processor!</title><summary type="text">Good! I will try "Lyx", the first wysiwym LaTeX editor!&#xD;&#xD;Below are copied from the official website of Lyx.&#xD;&#xD;&#xD;The LaTeX Document Processor</summary><published>2007-10-08T07:16:00Z</published><updated>2007-10-08T07:16:00Z</updated><author><name>sundeepblue</name><uri>http://www.cnblogs.com/sundeepblue/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sundeepblue/archive/2007/10/08/917113.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sundeepblue/archive/2007/10/08/917113.html"/></entry><entry><id>http://www.cnblogs.com/sundeepblue/archive/2007/10/08/916486.html</id><title type="text">VC快捷键</title><summary type="text">Ctrl+O   ：Open&#xD;Ctrl+P   ：Print&#xD;Ctrl+N   ：New&#xD;Ctrl+Shift+F2 ：清除所有书签&#xD;F2    ：上一个书签&#xD;Shift+F2  ：上一个书签&#xD;Alt+F2   ：编辑书签&#xD;Ctrl＋F2  ：添加/删除一个书签&#xD;F12    ：Goto definition&#xD;Shift+F12  ：Goto reference&#xD;Ctrl+'Num+'  ：Displays the next symbol definition or reference&#xD;Ctrl+'Num-'  ：Displays the previous symbol definition or reference&#xD;</summary><published>2007-10-07T17:02:00Z</published><updated>2007-10-07T17:02:00Z</updated><author><name>sundeepblue</name><uri>http://www.cnblogs.com/sundeepblue/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sundeepblue/archive/2007/10/08/916486.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sundeepblue/archive/2007/10/08/916486.html"/></entry><entry><id>http://www.cnblogs.com/sundeepblue/archive/2007/10/07/915809.html</id><title type="text">几个一定要掌握的string 函数</title><summary type="text">Manipulating Strings&#xD;--------------------------------------------------------------&#xD;size_t strlen(char *str)&#xD;---------------------------------------------------------------</summary><published>2007-10-06T19:31:00Z</published><updated>2007-10-06T19:31:00Z</updated><author><name>sundeepblue</name><uri>http://www.cnblogs.com/sundeepblue/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sundeepblue/archive/2007/10/07/915809.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sundeepblue/archive/2007/10/07/915809.html"/></entry><entry><id>http://www.cnblogs.com/sundeepblue/archive/2007/10/07/915791.html</id><title type="text">**A Tree Manipulation Library </title><summary type="text">A Tree Manipulation Library &#xD;&#xD;Whenever you implement a new data type, it is usually a good idea to provide functions for manipulating it. There is a general concept in computer science referred to as the black box principle. It is the idea that the user of a data type should not need to be aware of how it is implemented because a library of functions is provided to interact with. This library separates the user from the implementation. This is a good idea because it allows you the progra</summary><published>2007-10-06T18:07:00Z</published><updated>2007-10-06T18:07:00Z</updated><author><name>sundeepblue</name><uri>http://www.cnblogs.com/sundeepblue/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sundeepblue/archive/2007/10/07/915791.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sundeepblue/archive/2007/10/07/915791.html"/></entry><entry><id>http://www.cnblogs.com/sundeepblue/archive/2007/10/07/915788.html</id><title type="text">What is Recursion? </title><summary type="text">What is Recursion? &#xD;&#xD;http://www.sparknotes.com/cs/recursion/whatisrecursion/section1.html&#xD;&#xD;An Introductory Example &#xD;Imagine the following scenario. You're a talented programmer at Robot Works, Inc. One day, a valuable customer of yours, Gene Roddenberry (of Star Trek fame), comes to you with a problem. He is creating a new TV show called "Star Trek: The Next Generation" and one of his characters in the show, Data, is an android. At the last minute, the actor who was supposed </summary><published>2007-10-06T17:47:00Z</published><updated>2007-10-06T17:47:00Z</updated><author><name>sundeepblue</name><uri>http://www.cnblogs.com/sundeepblue/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sundeepblue/archive/2007/10/07/915788.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sundeepblue/archive/2007/10/07/915788.html"/></entry></feed>
