06 2022 档案

摘要:CPPCON2021 - Debugging TechniquesCPPCON2021 - Debugging Techniques 一开始讲了些bug的危害,比如每年花费多少人物力去debug,历史上的重大bug云云。 演讲有如下主题 what are bugs? what is debugging? challenges when debugging a si 阅读全文
posted @ 2022-06-21 13:53 ᴮᴱˢᵀ 阅读(120) 评论(0) 推荐(0)
摘要:cppcon2021 - C++20Templates:The next level:Concepts and moreC++20 Templates: The next level - Concepts and more 该演讲内容涵盖了concepts的基础,拖着进度条也不会落下什么东西,基本是面向初学者了。 那我们先看看concepts能干什么。 Concepts concepts可以将一个类型的需求“公式化” 阅读全文
posted @ 2022-06-14 21:37 ᴮᴱˢᵀ 阅读(101) 评论(0) 推荐(1)
摘要:CPPCON2014:Essential of Modern C++ StyleCPPCON2014:Essential of Modern C++ Style 这是一个back to basic系列,CPPCON中这个系列是比较值得一看的。 这个演讲讲了一些modern c++中你应该做的,或是了解的一些行为。演讲者将这个行为称为“Default”行为,即除非你有什么更好的理 阅读全文
posted @ 2022-06-02 18:08 ᴮᴱˢᵀ 阅读(74) 评论(0) 推荐(0)