Signed Integers Considered Harmful
Offered By: NDC Conferences via YouTube
Course Description
Overview
Explore the compelling argument for using unsigned integers as the default type in C++ programming for safe, secure, and performant systems. This conference talk by Robert Seacord at NDC TechTown 2022 challenges the common misconception that signed integers should be the default choice. Delve into the reasons why unsigned integers are preferable for representing values that cannot be negative, and learn how this approach can enhance code quality and system performance. Gain insights that will help you make more informed decisions about integer type selection in your C++ projects and potentially revolutionize your coding practices.
Syllabus
Signed Integers Considered Harmful - Robert Seacord - NDC TechTown 2022
Taught by
NDC Conferences
Related Courses
Health Informatics: Data and Interoperability StandardsGeorgia Institute of Technology via edX Fractal Architecture
NDC Conferences via YouTube Strangling the Monolith - Applied Patterns & Practices from the Trenches
NDC Conferences via YouTube Refactoring Is Not Just Clickbait
NDC Conferences via YouTube Amazing Algorithms for Solving Problems in Software
NDC Conferences via YouTube