GotW#25 auto_ptr 难度:8/10 问题 考虑下面的代码:那些是好的,那些是安全的,那些是合法的, 那些是非法的? auto_ptr<T> source() {
GotW#29 不区分大小写的string (Case-Insensitive Strings) 难度:7/10 你期望一个不分大小写的字符串类型吗?你的使命是,应该选个现成的并接受它,还是
GotW #28“Fast Pimpl”技术(The "Fast Pimpl" Idiom) 难度:6 / 10 采用一些称为“低依赖度”或“效能”方面的捷径,在很多时候颇有诱惑力,但它不总
#8 具有挑战性的话题:异常安全(exception safety) 难度:9/10 C++的异常机制是解决某些问题的很好的方法,但它引入了许多隐藏的控制流程,难以使用。尝试自己实现一个非常简单的
GotW #17 Casts 著者:Herb Sutter 翻译:K ][ N G of @rk™ :本文内容取自www.gotw.ca网站上的Guru of the Week
GotW #19 Automatic Conversions 著者:Herb Sutter 翻译:K ][ N G of @rk™ :本文内容取自www.gotw.ca网站上的
GotW #18 Iterators 著者:Herb Sutter 翻译:K ][ N G of @rk™ :本文内容取自www.gotw.ca网站上的Guru of the
System Administrator Appreciation Day 6th Annual - Friday - July 29th, 2005 ( Celebrated annually
GotW #24 Compilation Firewalls 著者:Herb Sutter 翻译:CAT*G 网站上的Guru of the Week栏目,其著作权归原著者本人所有。译者CAT*
GotW #13 OOP 著者:Herb Sutter 翻译:kingofark :本文内容取自www.gotw.ca网站上的Guru of the Week栏目,其著作权归原