2016年6月18日
摘要: Item 7: Distinguish between () and {} when creating objects. equals-sign-plus-braces is equal to braces-only int z{ 0 }; 相当于 int z = { 0 }; Uniform in 阅读全文
posted @ 2016-06-18 09:50 BettyBear 阅读(191) 评论(0) 推荐(0) 编辑