Remove This Idiom
Offered By: ACCU Conference via YouTube
Course Description
Overview
Explore the evolution of C++ element removal techniques in this 21-minute conference talk from ACCU 2022. Delve into the intricacies of the erase-remove(_if) idiom, a staple for seasoned C++ developers using STL. Discover why this seemingly simple task of removing elements from a collection based on a predicate can be fraught with potential pitfalls that even modern compilers and static analysis tools fail to detect. Learn about the safer and more efficient alternative introduced in C++20, offering a 100% secure and streamlined approach. Gain insights from Victor Ciura, a Principal Engineer at CAPHYON and Microsoft MVP, as he shares his expertise in modernizing C++ codebases and developing tools to enhance this process.
Syllabus
Remove This Idiom - Victor Ciura - ACCU 2022
Taught by
ACCU Conference
Related Courses
Khronos Sycl Language Framework for C++ Accelerators - Take Advantage of All the MIPSACCU Conference via YouTube Space Invaders - The C++20 Spaceship Operator is Upon Us
ACCU Conference via YouTube Grinding, Farming, and Alliances - Become a Better Programmer by Using Words and Ideas From Casual Gaming
ACCU Conference via YouTube Designing for C++ Concurrency Using Message Passing
ACCU Conference via YouTube Productivity in C++ Game Development - Inside the Mind of an AAA Game Developer
ACCU Conference via YouTube