Lvalues and Rvalues
摘要: C and C++ enforce subtle differences on the expressions to the left and right of the assignment operator
阅读全文
posted @
2008-12-15 10:43 GLORY 阅读(505) |
评论 (0) 编辑
C++内存详解
摘要: 伟大的Bill Gates 曾经失言:
640K ought to be enough for everybody — Bill Gates 1981
程序员们经常编写内存管理程序,往往提心吊胆。如果不想触雷,唯一的解决办法就是发现所有潜伏的地雷并且排除它们,躲是躲不了的。本文的内容比一般教科书的要深入得多,读者需细心阅读,做到真正地通晓内存管理。
阅读全文
posted @
2008-10-15 12:13 GLORY 阅读(346) |
评论 (0) 编辑
C++引用与const引用
摘要: C++引用与const引用的详细用法,个人认为写比较好。
阅读全文
posted @
2008-10-15 11:16 GLORY 阅读(220) |
评论 (0) 编辑
讲讲C++的书籍
摘要: 这是本人总结的一些认为C++比较经典的书籍,希望对大家有用
阅读全文
posted @
2008-10-01 18:26 GLORY 阅读(267) |
评论 (0) 编辑
匈牙利标记法
摘要: 比较著名的命名规则当推Microsoft公司的“匈牙利”法,该命名规则的主要思想是“在变量和函数名中加入前缀以增进人们对程序的理解”。
阅读全文
posted @
2008-10-01 01:21 GLORY 阅读(724) |
评论 (0) 编辑