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
Computer GraphicsUniversity of California, San Diego via edX Intro to Parallel Programming
Nvidia via Udacity Initiation à la programmation (en C++)
École Polytechnique Fédérale de Lausanne via Coursera C++ For C Programmers, Part A
University of California, Santa Cruz via Coursera Introduction à la programmation orientée objet (en C++)
École Polytechnique Fédérale de Lausanne via Coursera