I*******e 发帖数: 1879 | 1 ☆─────────────────────────────────────☆
NevSay (不说) 于 (Mon Feb 16 19:55:48 2009) 提到:
发信人: NevSay (不说), 信区: JobHunting
标 题: Effecive c++ 真那么好?
发信站: BBS 未名空间站 (Mon Feb 16 19:18:55 2009)
看了些effective c++
真的像传说的那么好吗?
个人感觉有点故弄玄虚,把简单问题复杂化
有些我甚至怀疑是错的
比如item 42: understand the two meanings of typename
里面他说不能编译的,我根本就可以编译,根本不需要typename
还有item43,know how to access names in templatized base class
里面我怀疑根本就是错的:
The problem is that when compilers encounter the definition for the class
template LoggingMsg |
|