using std::cpp 2026: Learning C++ as a newcomer - Berill Farkas
What does a 15 years old girl think about learning C++?
Summary of the talk:
How it feels like to learn C++ as a teenager? What made her want to learn it and what difficulties did she come across while learning it?

The Budapest C++ Meetup was a great reminder of how strong and curious our local community is. Each talk approached the language from a different angle — Jonathan Müller from the perspective of performance, mine from design and type safety, and Marcell Juhász from security — yet all shared the same core message: understand what C++ gives you and use it wisely.
In this final part of the tuple-iteration mini-series, we move beyond C++20 and C++23 techniques to explore how C++26 finally brings first-class language support for compile-time iteration. With structured binding packs (P1061) and expansion statements (P1306), what once required clever template tricks can now be written in clean, expressive, modern C++.


