C++ - Be Type-Safe - The Journey of Determining the Number of Elements in an Array
Offered By: NDC Conferences via YouTube
Course Description
Overview
Embark on a 53-minute journey exploring type safety in C++ and learn how to accurately determine the number of elements in an array. Discover why this seemingly simple task can lead to debugging nightmares and how to prevent such issues in the future. Delve into the power of C++'s type system and its role in writing robust code for critical systems. Explore the evolution of C++ standards since C++11, focusing on valuable additions like constexpr that enable compile-time calculations. Follow along as the presenter demonstrates the challenges and intricacies of implementing a type-safe solution for counting array elements. Gain insights into advanced C++ techniques and best practices that will enhance your programming skills and help you write more reliable code.
Syllabus
C++: Be type-safe - The journey of determining the number of elements in an array - Andreas Fertig
Taught by
NDC Conferences
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