Italian C++ Conference 2023
A full day of C++ in Rome (Italy) on June 10:
Italian C++ Conference 2023
An event organized by the Italian C++ Community.
Sponsors: AIV, Luxoft, KDAB, ZURU, think-cell, Qubica AMF.
International attendees are welcome: talks are all in English.
In a nutshell
The Italian C++ Conference is the greatest international conference about C++ hosted in Italy. Organized by the Italian C++ Community, the conference is not-for-profit and this year (7th edition) takes place in Rome, hosted at Università degli Studi Roma Tre. The purpose of this one-day event is to bring together the C++ software developer community in Italy and to promote the understanding and use of modern C++ standards, and best practices, constantly evolving.
Also...The Italian C++ Community celebrates its 10th anniversary this year and we are going to celebrate somehow...NO SPOILER!
Who should attend the Italian C++ Conference 2023?
This event is made by passionate C++ professionals for C++ professionals, students and enthusiasts.
What can I find at the Italian C++ Conference 2023?
- Talks: 10x50-min and 2x30-min tech talks.
- Networking
- Sponsors: some are hiring and will be there!
- Food: 2 coffee breaks and one lunch included
- Italian C++ Community's 10th anniversary celebration
You can refer to the detailed program for more information.
When does the Italian C++ Conference 2023 take place?
The event will be held on June 10, 2023 at Università degli Studi Roma Tre, in Rome.
Check-in at 8.45 AM. The event starts at 9.15 AM and will last for a full day.
Who supports this event?
Sponsors: AIV, Luxoft, KDAB, ZURU, think-cell, Qubica AMF.Do I need to register?
The Italian C++ Conference 2023 is free, but you must register to facilitate the organization of the event. You can register here.


The Model-View-Controller (MVC) is one of the classic architectural patterns from the book "Pattern-Oriented Software Architecture, Volume 1". It addresses interactive applications with a flexible human-machine interface.
Optimizing compilers seek try to push as much of the computation as possible at compile time.
In my previous post I showed how to compile {fmt} as a C++20 module with clang. Although taking only two commands, ideally it’s not something you should be doing manually. So in this post, I’ll talk about module support in CMake, everyone’s favorite not a build system.
This post is an updated version of an article from five years ago, now that everything Sy talked about is in the standard and implemented in Visual Studio.