2010-9-17 10:14:30 阅读86 评论0 172010/09 Sept17
2010-8-20 10:47:55 阅读48 评论0 202010/08 Aug20
Exception handling is an in built mechanism in .NET framework to detect and handle run time errors. The .NET framework contains lots of standard exceptions. The exceptions are anomalies that occur during the execution of a program. They can be because of user, logic or system
2010-8-2 17:46:00 阅读21 评论0 22010/08 Aug2
说到数据库,我认为不能不先谈数据结构。1996年,在我初入大学学习计算机编程时,当时的老师就告诉我们说:计算机程序=数据结构+算法。尽管现在的程序开发已由面向过程为主逐步过渡到面向对象为主,但我还是深深赞同8年
2010-7-30 14:14:01 阅读16 评论0 302010/07 July30
C++中的虚函数的作用主要是实现了多态的机制。关于多态,简而言之就是用父类型别的指针指向其子类的实例,然后