- 博客(7)
- 资源 (2)
- 收藏
- 关注
原创 The example of Bit Operation in C programming
// The rule of bit operations is from the formula of the operations// i.e The result of the bit operation depends on the binary form of the number and the operator //From the rule, we know:// The
2007-03-31 08:48:00 1215
原创 C语言编程中的双刃剑
纯个人理解,这次决定写中文的1.宏#define, #undefine,等等宏命令确实给用户带来的不知多少好处,但是预处理命令也存在着问题。首先,编译器是不会检测预处理命令中的错误的,也就是说,如果宏出错,用户是不能通过编译器得到错误信息的,一旦出错,只有靠用户自己的眼睛了。再有,就是宏的使用是要比定义函数浪费系统资源的。这一点对于现在的计算机倒是不再是很大的问题。加载宏,意味着你使用
2007-03-13 19:47:00 902
转载 程序员的七种武器(转)
世界上有两件事情,需要一辈子的努力。第一是学习,第二是锻炼。其实这本是说明一个问题:每个人在提高自己能力这件事情上,需要持续不断地努力。以最典型的例子来看,只有通过学习,程序员才能保证不断进步。一方面我们学习新的软件技术和更新速度极快的业界新名词;另外一方面,我们也需要不断加强基本技能的巩固。 在这样的前提下,“程序员的七种武器”这个选题就应运而生了。撇开众多软件开发人员的基本素质(学习能力、解
2007-03-03 19:15:00 838
原创 An easy instance of using the template class in C++
//this is the source code #include using namespace std; templateclass basis{ //set the template class with parameters public: void swap(datatype*,dat
2007-02-01 21:49:00 570
原创 My understanding of Object Oriented C++
If we say the thinking in Procedual programming C++ is to find out what we will do first, we can understand the OOP in this way:Think about what we will do with in the procedual first. For instance, w
2007-01-29 22:31:00 569
转载 C++开发常用工具“群英会”
开发环境 ---->Turbo c DOS时代c语言开发的经典工具,目前适合两类人使用:c语言beginner(尤其是学生一族),具有怀旧情节的专业人士:) ---->Visual C++ 6.0/7.0 稳定而强大的IDE开发环境,具有丰富的调试功能,定制宏的功能也是其一大特色。Microsoft的经典之作,功能强大自不必言说。附带的一些工具也很不错,比如:Spy++。但编译器较
2007-01-21 12:10:00 947
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人