C++ on Sea 2025 Full Schedule, including workshops
C++ on Sea 2025 runs from 23rd-25th June, with workshops on 26th-27th.
The full 2025 schedule is now available
by C++ on Sea
From the article:
This year we are, once again, running 2-day workshops - but they will be after the main conference, at the end of the week. As usual we have a great range of timely topics from world-class instructors to help you keep ahead.
We'll kick off with [a keynote from] Herb Sutter... regroup in the middle with Timur Doumler... then round out with Kristen Shaker.
Lightning talks... conference dinner... and a C++ quiz night.



Integer division is one of the most expensive operations in C++, but when the divisor is known at compile time, the compiler can optimize it significantly. This post explores different approaches—using templates, lambda expressions, and template metaprogramming—to speed up division while maintaining clean and efficient code.
GCC 15 is