您的位置:首页 > 编程语言 > C语言/C++

notes on effective C++ (to be continued)

2007-10-25 16:43 357 查看
1. if you've carefully engineered a class to require constructor arguments, you don't have to worry about compilers overriding your decision by blithely adding a constructor that takes no arguments.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: