Please rotate your tablet to be horizontal.

You can dismiss this notice but please note that this experience has not been designed for mobile devices and so will be less than optimal

We have just released a new ACCU 2023 Conference Video!

#Maths: The Fun Parts - Andy Balaam - ACCU 2023

https://www.youtube.com/watch?v=zyHmLoYSua0

#Programming #ACCUConf

We have just released a new ACCU 2023 Conference Video!

Test-Driven Development of C++ Embedded and System-Level Software - Vladimir Vishnevskii - ACCU 2023

https://www.youtube.com/watch?v=PYc2KuFce7o

#Embeddedsystems #Softwareengineering #ACCUConf

Standard Attributes in C and C++ by Timur Doumler has been rereleased following an error in the edit

https://youtu.be/TDKqAWtvH9c

#cpp #softwaredevelopment #programming #accuconf

We hope you enjoy this ACCU 2023 Presentation!

Keynote: Development Environments Shape #Programming Solutions - Stephanie Brenham - ACCU 2023

https://www.youtube.com/watch?v=Ik1L7B_rt1w

#Developmentenvironments #ACCUConf

We have just released a new ACCU 2023 Conference Video!

Gilding the Rose: Refactoring-Driven Development - by @KevlinHenney - ACCU 2023

https://www.youtube.com/watch?v=kTcDBYCpj7Q

#GildingtheRose #Programming #ACCUConf

We have just released a new ACCU 2023 Conference Video!

Lessons from 20 years of Debugging C++ Code - Sebastian Theophil - ACCU 2023

https://www.youtube.com/watch?v=QjZnzrhiJ2g

#Debuggingtools #Programming #ACCUConf

We have just released a new ACCU 2023 Conference Video!

Sustainability Based on Data! – Social, Environmental, and Economic – by @JuttaEckstein - ACCU 2023

https://www.youtube.com/watch?v=AepIfKdAujg

#Agile #Agilesoftwaredevelopment #ACCUConf

We have just released a new ACCU 2023 Conference Video!

C++ Standard Views - by @NicoJosuttis - ACCU 2023

https://www.youtube.com/watch?v=qv29fo9sUjY

#Cppranges #Programming #ACCUConf

We have just released a new ACCU 2023 Conference Video!

Standard Attributes in C and C++ - by @timur_audio - ACCU 2023

https://www.youtube.com/watch?v=EpAEFjbTh3I

#Cpp23 #Programming #ACCUConf

We have just released a new ACCU 2023 Conference Video!

Managing External API’s in Enterprise Systems - Peter Muldoon - ACCU 2023

https://www.youtube.com/watch?v=47senB7mM-s

#Cpp #Enterprisesystems #ACCUConf

We have just released a new ACCU 2023 Conference Video!

Design Patterns: Examples in C++ - Chris Ryan - ACCU 2023

https://www.youtube.com/watch?v=MEejmuLwX9M

#Coding #Cpp #ACCUConf

We have just released a new ACCU 2023 Conference Video!

Removing Needless Undefined Behavior for a Safer C++ - Alisdair Meredith - ACCU 2023

https://www.youtube.com/watch?v=iY7ft98nM2k

#Softwaredevelopment #UB #ACCUConf

We have just released a new ACCU 2023 Conference Video!

Keynote: Development Environments Shape Programming Solutions - by @StephsTangents - ACCU 2023

https://www.youtube.com/watch?v=Ik1L7B_rt1w

#Programmingbestpractices #Researchanddevelopment #ACCUConf

Time for the closing keynote by @gregcons after a great #ACCUConf. Learned new things, new people, met old friends and had a lot of fun.

Keith went to Toronto. I’m not likely to… https://open.spotify.com/track/4I1qmdTGjJ8WQWEKcHiddb

But then again… #accuconf #cppnorth

Last day of #accuconf yes it's a Saturday and no technically not being paid, but I enjoyed it.
There is a comp to win tickets to #cppnorth not sure if I can convince bosses of that jolly, but would be nice 🙂

Back To Schedule

Remove This Idiom

14:45 - 15:10 Thursday 7th April 2022 BST
Beginner
Intermediate
Add to Google Calendar

Most seasoned C++ developers are familiar with the erase-remove(_if) idiom when using STL. The std::remove(_if) algorithm is a showcase of the beauty of STL generic design and the power of algorithmic composition through iterators.
Yet this seemingly trivial task of removing elements from a collection (based on a predicate) is an epitome of C++ footguns. And no modern compiler or static analysis can warn you about it. We are on our own. Ask me how I know…
Fear not, C++20 has a better alternative for us and it’s 100% safe and much leaner to use.

Victor Ciura

Victor Ciura is a Principal Engineer at CAPHYON, Technical Lead on the Advanced Installer team and a Microsoft MVP (Developer Technologies).

He’s a regular guest at Computer Science Department of his Alma Mater, University of Craiova, where he gives student lectures & workshops on using C++ STL Algorithms.

Since 2005, he has been designing and implementing several core components and libraries of Advanced Installer. Currently, he spends most of his time working with his team on improving and extending the repackaging and virtualization technologies in Advanced Installer IDE, helping clients migrate their traditional desktop apps to the modern Windows application format: MSIX.

One of his “hobbies” is tidying-up and modernizing (C++20) the aging codebase of Advanced Installer and has been known to build tools that help this process: Clang Power Tools

More details: @ciura_victor & https://ciura.ro & linkedin.com/victor-ciura