C++ Core Guidelines - Modernize Your C++ Code Base
Offered By: ACCU Conference via YouTube
Course Description
Overview
Explore the C++ Core Guidelines and learn how to modernize your C++ codebase in this comprehensive conference talk from ACCU 2017. Discover how leading C++ experts propose safe coding practices without sacrificing efficiency. Delve into topics such as deliberate use of const, minimizing raw pointers, and leveraging static analysis tools. Gain insights into IFS's history of providing static analysis within IDEs and their approach to code transformation. Learn about Cevelop's automated tooling for implementing Core Guidelines through static analysis and quick-fix refactoring. Understand the philosophy behind the guidelines, explore practical examples, and debunk common myths. Cover essential concepts like buffers, type safety, compile-time checks, smart pointers, and ownership. Enhance your C++ programming skills and improve code quality while maintaining performance.
Syllabus
Intro
What is a Core
Core Guidelines
Philosophy of Core Guidelines
Examples
Whats cool
Buffers
Express Intent
Type Safety
Check at compiletime
Dont produce blue screens
Dont waste time
immutable and mutable data
portability
myths
smart pointers
ownership
laughing talk
lightning talks
Taught by
ACCU Conference
Related Courses
Learn to Program: Crafting Quality CodeUniversity of Toronto via Coursera 数据结构与算法 Data Structures and Algorithms
Peking University via Coursera 数据结构与算法第一部分 | Data Structures and Algorithms Part 1
Peking University via edX Software Construction in Java
Massachusetts Institute of Technology via edX Advanced Software Construction in Java
Massachusetts Institute of Technology via edX