Bartlomiej Filipek

12.2K posts

Bartlomiej Filipek banner
Bartlomiej Filipek

Bartlomiej Filipek

@fenbf

Software developer with a technical blog about #cpp #cplusplus #programming. Author of https://t.co/RTymzbCl0a and https://t.co/sZKX50a7n5 4x Microsoft MVP

Kraków, Poland Katılım Mayıs 2012
895 Takip Edilen7.9K Takipçiler
Bartlomiej Filipek retweetledi
Dmitrii Kovanikov
Dmitrii Kovanikov@ChShersh·
People often ask me for resources to learn C++ I highly recommend “Embracing Modern C++ Safely” by John Lakos, Vittorio Romeo, Rostislav Khlebnikov and Alisdair Meredith. This book does a masterful job at describing C++ features recommendations: how to use and when to avoid.
Dmitrii Kovanikov tweet media
English
27
126
1.6K
47.4K
Paul Reilly
Paul Reilly@CompoundAssign·
@fenbf I've never used std::invoke for them but that does seem more expressive than dangling parens!
English
1
0
0
16
Bartlomiej Filipek
Bartlomiej Filipek@fenbf·
@KateZlv Thanks for the insights! The threading library keeps growing with each C++ release - especially since C++20 - and now includes primitives like semaphores, latches, and barriers, which nicely cover many patterns that used to require manual implementations in C.
English
0
0
0
18
Kate
Kate@kasia0x01·
@fenbf I have used read-write lock in C based on semaphores (it required some manual implementation). It's nice how short and clean it is in C++
English
1
0
3
50
Bartlomiej Filipek
Bartlomiej Filipek@fenbf·
Topics covered include: • nth / last weekday of a month • end-of-month handling (incl. leap years) • calendar vs duration arithmetic • simple business-day logic If you’ve avoided <chrono> calendars so far, this is a good place to start cppstories.com/2025/chrono-ca…
English
0
0
0
269
Bartlomiej Filipek
Bartlomiej Filipek@fenbf·
The article focuses on questions like: • What’s the 3rd Friday of a month? • What’s the last business day? • How many days since Jan 1? • What really happens with Jan 31 + months{1}? All examples are short, self-contained, and runnable.
English
1
0
0
309
Bartlomiej Filipek
Bartlomiej Filipek@fenbf·
C++20 <chrono> finally gives us real calendar support in the Standard Library! I’ve published "7 Practical std::chrono Calendar Examples" with small, concrete problems: cppstories.com/2025/chrono-ca…
English
1
0
6
386