CppCon 2015: Bjarne Stroustrup “Writing Good C++14”

-- Presentation Slides, PDFs, Source Code and other presenter materials are available at: - CppCon 2015 -- How do we use C 14 to make our code better, rather than just different? How do we do so on a grand scale, rather than just for exceptional programmers? We need guidelines to help us progress from older styles, such as “C with Classes”, C, “pure OO”, etc. We need articulated rules to save
Back to Top