#mcpp
Meeting C++ Community Survey
meetingcpp.com
September 25, 2026 at 9:43 PM
Book of the Day: Data Structures and Algorithms with the C++ STL: A guide for modern C++ practitioners by John Farrier
meetingcpp.com/mcpp/books/b...
#cplusplus
#cpp
John Farrier
While the Standard Template Library (STL) offers a rich set of tools for data structures and algorithms, navigating its intricacies can be daunting for intermediate C++ developers without expert guida...
meetingcpp.com
September 25, 2026 at 5:56 PM
Meeting C++ 2026 featured talk of the day: Matt Godbolt - Compiler Explorer in 2026: Sandboxes, Storage & Strangers' Code
meetingcpp.com/mcpp/schedul...
#meetingcpp
#cpp
#cplusplus
Matt Godbolt - Compiler Explorer in 2026: Sandboxes, Storage & Strangers' Code
Compiler Explorer looks simple: type code, get assembly
meetingcpp.com
September 25, 2026 at 11:27 AM
#CppPollOfToday: Which micro benchmark libraries do you use in your code base?
meetingcpp.com/mcpp/survey/...
#cplusplus
#cpp
Meeting C++ Community Survey
meetingcpp.com
September 24, 2026 at 10:01 PM
Meeting C++ 2026 featured talk of the day: Dušan Jovanović - The Algebra Behind Great C++ APIs
meetingcpp.com/mcpp/schedul...
#meetingcpp
#cpp
#cplusplus
Dušan Jovanović - The Algebra Behind Great C++ APIs
std::chrono is widely called a masterpiece of API design, but why? The secret isn’t constexpr or templates
meetingcpp.com
September 24, 2026 at 12:09 PM
#CppPollOfToday: How do you handle dependencies in your C++ Projects?
meetingcpp.com/mcpp/survey/...
#cplusplus
#cpp
Meeting C++ Community Survey
meetingcpp.com
September 23, 2026 at 10:39 PM
Hosting an interview with Antoine Morrier next week about his talk on constexpr thread safety at Meeting C++ 2026:
www.meetup.com/meeting-cpp-...
#cplusplus
#cpp
Interview with Antoine Morrier, Tue, Sep 29, 2026, 8:00 PM | Meetup
Meeting C++ is hosting an interview with Antoine Morrier! He will be giving the talk [Thread-safety compile-time guaranteed in C++](https://meetingcpp.com/mcpp/schedule/tal
www.meetup.com
September 23, 2026 at 2:45 PM
Meeting C++ 2026 featured talk of the day: Giuseppe D'Angelo - Not-so-trivial relocation in C++
meetingcpp.com/mcpp/schedul...
#meetingcpp
#cpp
#cplusplus
Giuseppe D'Angelo - Not-so-trivial relocation in C++
Trivial relocation is, informally, the ability to move an object from one place in memory to another by just copying its bytes, skipping the move constructor and destructor call that C++ normally requ...
meetingcpp.com
September 23, 2026 at 12:14 PM
#CppPollOfToday: Which C++17 language features are you using?
meetingcpp.com/mcpp/survey/...
#cplusplus
#cpp
Meeting C++ Community Survey
meetingcpp.com
September 22, 2026 at 8:28 PM
Book of the Day: C++ Concepts by Sandor Dargo
meetingcpp.com/mcpp/books/b...
#cplusplus
#cpp
Sandor Dargo
In this book, you are going to discover one of the flagship features of C++20, concepts
meetingcpp.com
September 22, 2026 at 6:31 PM
Meeting C++ 2026 featured talk of the day: Andreas Reischuck - Simple use cases for Coroutines
meetingcpp.com/mcpp/schedul...
#meetingcpp
#cpp
#cplusplus
Andreas Reischuck - Simple use cases for Coroutines
meetingcpp.com
September 22, 2026 at 1:37 PM
Meeting C++ is hosting an interview with Frances Buontempo next week about her upcoming talk at Meeting C++ 2026 and more!
www.meetup.com/meeting-cpp-...
#cpp
#cplusplus
Interview with Frances Buontempo, Tue, Sep 29, 2026, 4:00 PM | Meetup
Meeting C++ is hosting an interview with Frances Buontempo! She will be giving the talk [don't be negative](https://meetingcpp.com/mcpp/schedule/talkview.php?th=6b98abe5444
www.meetup.com
September 22, 2026 at 12:31 PM
#CppPollOfToday: Which C++11 language features are you using?
meetingcpp.com/mcpp/survey/...
#cplusplus
#cpp
Meeting C++ Community Survey
meetingcpp.com
September 21, 2026 at 8:43 PM
Contribute to the Meeting C++ community survey:
meetingcpp.com/mcpp/survey/
#cpp
#cplusplus
Meeting C++ Community Survey
meetingcpp.com
September 21, 2026 at 4:54 PM
Book of the Day: Modern C++ for Absolute Beginners: A Friendly Introduction to the C++ Programming Language and C++11 to C++23 Standards 2nd Edition by Slobodan Dmitrović
meetingcpp.com/mcpp/books/b...
#cplusplus
#cpp
Slobodan Dmitrović
The book is an introduction to the C++ programming language, the Standard C++ Library and modern C++ standards
meetingcpp.com
September 21, 2026 at 2:10 PM
Meeting C++ 2026 featured talk of the day: Rahel Natalie Engel - Simplifying Language Implementation with C++26 Reflection
meetingcpp.com/mcpp/schedul...
#meetingcpp
#cpp
#cplusplus
Rahel Natalie Engel - Simplifying Language Implementation with C++26 Reflection
C++26 reflection opens up new ways to remove boilerplate and reduce duplication in complex software systems
meetingcpp.com
September 21, 2026 at 12:56 PM
#CppPollOfToday: With which compiler do you use modules?
meetingcpp.com/mcpp/survey/...
#cplusplus
#cpp
Meeting C++ Community Survey
meetingcpp.com
September 20, 2026 at 10:49 PM
Book of the Day: How to use const in C++ by Sandor Dargo
meetingcpp.com/mcpp/books/b...
#cplusplus
#cpp
Sandor Dargo
Constness is such an important idea that in certain languages entities are const, in other words, immutable by default
meetingcpp.com
September 20, 2026 at 3:20 PM
Meeting C++ 2026 featured talk of the day: Hana Dusíková - Where does constexpr start and where it ends
meetingcpp.com/mcpp/schedul...
#meetingcpp
#cpp
#cplusplus
Hana Dusíková - Where does constexpr start and where it ends
In this talk I will talk how constant evaluated code is evaluated in C++ as it is developed
meetingcpp.com
September 20, 2026 at 2:15 PM
Book of the Day: Software Architecture with C++: Designing robust C++ systems with modern architectural practices, Second Edition by Gavrilin Andrey and Adrian Ostrowski, Piotr Gaczkowski
meetingcpp.com/mcpp/books/b...
#cplusplus
#cpp
Gavrilin Andrey, Adrian Ostrowski, Piotr Gaczkowski
Designing scalable and maintainable software with C++ requires more than language expertise—it demands strong architectural thinking
meetingcpp.com
September 19, 2026 at 7:17 PM
Meeting C++ 2026 featured talk of the day: Roth Michaels - What changes when everyone gets an AI coding agent
meetingcpp.com/mcpp/schedul...
#meetingcpp
#cpp
#cplusplus
Roth Michaels - What changes when everyone gets an AI coding agent
This is not a conversion story about a skeptic — I've been optimisticabout this technology for years
meetingcpp.com
September 18, 2026 at 12:11 PM
Meeting C++ 2026 featured talk of the day: Jana Machutová - Once Upon a Thread
meetingcpp.com/mcpp/schedul...
#meetingcpp
#cpp
#cplusplus
Jana Machutová - Once Upon a Thread
Once upon a time, a developer spawned a thread… and everything seemed fine
meetingcpp.com
September 17, 2026 at 5:20 PM
Meeting C++ 2026 featured talk of the day: Hannah Lenk - Robots in the Gym: Preserving the Art and Joy of Programming
meetingcpp.com/mcpp/schedul...
#meetingcpp
#cpp
#cplusplus
Hannah Lenk - Robots in the Gym: Preserving the Art and Joy of Programming
Rumors of software engineerings demise have been greatly exaggerated
meetingcpp.com
September 16, 2026 at 5:20 PM
Meeting C++ 2026 featured talk of the day: Boguslaw Cyganek - Everything You Always Wanted to Know About Tensors* (*But Were Afraid to Ask)
meetingcpp.com/mcpp/schedul...
#meetingcpp
#cpp
#cplusplus
Boguslaw Cyganek - Everything You Always Wanted to Know About Tensors* (*But Were Afraid to Ask)
In the context of AI, we increasingly hear the term tensor
meetingcpp.com
September 15, 2026 at 1:22 PM
Meeting C++ 2026 featured talk of the day: Lieven de Cock - A gentle introduction to Reflection
meetingcpp.com/mcpp/schedul...
#meetingcpp
#cpp
#cplusplus
Lieven de Cock - A gentle introduction to Reflection
Static reflection in C++26 is a major feature; it is considered a game changer
meetingcpp.com
September 14, 2026 at 2:56 PM