@meetingcpp.bsky.social
π€ 1035
π₯ 107
π 2154
pinned post!
A first complete schedule for Meeting C++ 2025!
www.meetingcpp.com/meetingcpp/n...
#cpp
#cplusplus
loading . . .
A first complete schedule for Meeting C++ 2025!
https://www.meetingcpp.com/meetingcpp/news/items/A-first-complete-schedule-for-Meeting-Cpp-2025-.html
2 months ago
0
1
1
Meeting C++ 2025 featured talk of the day: Klaus Iglberger - The Real Problem of C++
meetingcpp.com/mcpp/schedul...
#meetingcpp
#cpp
#cplusplus
loading . . .
Klaus Iglberger - The Real Problem of C++
It is popular today to complain about C++’s perceived safety issues: bounds, type, initialization and lifetime safety, and not to forget undefined behavior
https://meetingcpp.com/mcpp/schedule/talkview.php?th=7bb4a6e167f9abf4120f638735e213456dabc77e
10 minutes ago
0
0
0
Tomorrow: interview with James McNellis
www.meetup.com/de-DE/meetin...
#cpp
#cplusplus
loading . . .
Keynoting Meeting C++ 2025 - Interview with James McNellis, Mi., 1. Okt. 2025, 20:00 | Meetup
James McNellis is giving an interview about his keynote at [Meeting C++ 2025](https://meetingcpp.com/2025). James McNellis is a software engineer at Roblox, where he works
https://www.meetup.com/de-DE/meeting-cpp-online/events/311218270/
about 1 hour ago
0
0
0
The smallest number that is infinite
lemire.me/blog/2025/09...
#cpp
#cplusplus
loading . . .
The smallest number that is infinite β Daniel Lemire's blog
https://lemire.me/blog/2025/09/29/smallest-number-string-that-is-infinite/
about 4 hours ago
0
1
0
#CppPollOfToday
: As a developer, are you able to work from home/remote?
meetingcpp.com/mcpp/survey/...
#cplusplus
#cpp
loading . . .
Meeting C++ Community Survey
https://meetingcpp.com/mcpp/survey/?q=69
about 15 hours ago
0
2
0
The onsite voting survey starts next week
www.meetingcpp.com/meetingcpp/n...
#cpp
#cplusplus
loading . . .
The onsite voting survey starts next week
https://www.meetingcpp.com/meetingcpp/news/items/The-onsite-voting-survey-starts-next-week.html
about 20 hours ago
0
0
0
Meeting C++ 2025 featured talk of the day: Daniela Engert - Towards Safety and Security in C++26
meetingcpp.com/mcpp/schedul...
#meetingcpp
#cpp
#cplusplus
loading . . .
Daniela Engert - Towards Safety and Security in C++26
There is a perceived push towards memory-safe languages in the developer community
https://meetingcpp.com/mcpp/schedule/talkview.php?th=03f823812ea3bf774f12cc2740f9fc44edaf1cbc
about 22 hours ago
0
3
1
reposted by
Hotel Tickets until September 30th
www.meetingcpp.com/meetingcpp/n...
#cpp
#cplusplus
loading . . .
Hotel Tickets until September 30th
https://www.meetingcpp.com/meetingcpp/news/items/Hotel-Tickets-until-September-30th.html
7 days ago
0
1
2
reposted by
CppQuiz.org
1 day ago
We just published a new question! This one was contributed by Armen Aslanyan: https://cppquiz.org/quiz/question/391
0
0
2
GSoC 2025: Bfloat16 in LLVM libc
blog.llvm.org/posts/2025-0...
#cpp
#cplusplus
loading . . .
GSoC 2025: Bfloat16 in LLVM libc
Introduction BFloat16 is a 16-bit floating-point format, introduced by Google and standardized in C++23 as std::bfloat16_t. It uses 1 sign bit, 8 exponent bits (the same as float), and 7 mantissa bits...
https://blog.llvm.org/posts/2025-09-10-bfloat16-in-llvm-libc/
1 day ago
0
1
0
#CppPollOfToday
: With how many other C++ devs do you interact at your job?
meetingcpp.com/mcpp/survey/...
#cplusplus
#cpp
loading . . .
Meeting C++ Community Survey
https://meetingcpp.com/mcpp/survey/?q=63
1 day ago
0
0
0
Meeting C++ 2025 featured talk of the day: Kerstin Keller - Why managing C++ dependencies is hard (and what to do about it)
meetingcpp.com/mcpp/schedul...
#meetingcpp
#cpp
#cplusplus
loading . . .
Kerstin Keller - Why managing C++ dependencies is hard (and what to do about it)
When developing C++ programs, you will inevitably get to the point where you want to do basic things like parsing a configuration file or opening a websocket connection, and you realize that this func...
https://meetingcpp.com/mcpp/schedule/talkview.php?th=47cc0bcd278d6409fe8dfc74a9bbf07ead3259b9
2 days ago
0
3
0
Interview with Alex Dathskovsky - Unlocking the Value of C++20 Features - Meeting C++ 2025
www.youtube.com/watch?v=XOQG...
#cpp
#cplusplus
loading . . .
Interview with Alex Dathskovsky - Unlocking the Value of C++20 Features - Meeting C++ 2025
YouTube video by Meeting Cpp
https://www.youtube.com/watch?v=XOQG2ieUI7U
2 days ago
0
0
0
#CppPollOfToday
: How often do you use Assembler in your Job?
meetingcpp.com/mcpp/survey/...
#cplusplus
#cpp
loading . . .
Meeting C++ Community Survey
https://meetingcpp.com/mcpp/survey/?q=25
3 days ago
0
0
0
Meeting C++ 2025 featured talk of the day: Jonathan MΓΌller - Cache-Friendly C++
meetingcpp.com/mcpp/schedul...
#meetingcpp
#cpp
#cplusplus
loading . . .
Jonathan MΓΌller - Cache-Friendly C++
When you need a container, pick `std::vector` by default
https://meetingcpp.com/mcpp/schedule/talkview.php?th=1f1a36bc598240f78105a2ed332e8d78261b3a0e
3 days ago
0
4
0
Data oriented design in practice - Stoyan Nikolov - Meeting C++ 2018
www.youtube.com/watch?v=NWMx...
#cpp
#cplusplus
loading . . .
Data oriented design in practice - Stoyan Nikolov - Meeting C++ 2018
YouTube video by Meeting Cpp
https://www.youtube.com/watch?v=NWMx1Q66c14
3 days ago
0
2
0
Modern C++ Insights: Trends, Techniques, and Controversies (September 26, 2025)
lucisqr.substack.com/p/modern-c-i...
#cpp
#cplusplus
loading . . .
Modern C++ Insights: Trends, Techniques, and Controversies (September 26, 2025)
Introduction
https://lucisqr.substack.com/p/modern-c-insights-trends-techniques
3 days ago
0
0
0
#CppPollOfToday
: What is your current job title/occupation?
meetingcpp.com/mcpp/survey/...
#cplusplus
#cpp
loading . . .
Meeting C++ Community Survey
https://meetingcpp.com/mcpp/survey/?q=37
4 days ago
0
0
0
Meeting C++ 2025 featured talk of the day: Victor Ciura - Rust for The Curious C++ Developers
meetingcpp.com/mcpp/schedul...
#meetingcpp
#cpp
#cplusplus
loading . . .
Victor Ciura - Rust for The Curious C++ Developers
What is it like to come to Rust from C++? What are the gaps, the needs, the gems and the tools you should know about? Where is my favorite C++ feature in Rust? What are the idiomatic parallels between...
https://meetingcpp.com/mcpp/schedule/talkview.php?th=c1588ec2b1b182a0a586e0fb2583e34f7d44b1c2
4 days ago
1
5
1
Book of the Day: Programming: Principles and practice using C++ (3rd edition) by Bjarne Stroustrup
meetingcpp.com/mcpp/books/b...
#cplusplus
#cpp
loading . . .
Bjarne Stroustrup
Programming: Principles and Practice using C++ (3rd Edition), aka PPP3, is an introduction to programming for people who have never programmed before
https://meetingcpp.com/mcpp/books/book.php?hash=9ed5a553bc91428505b8f47c3cb04f0df89c630a
4 days ago
0
2
0
Qt Jenny 1.0 Released
www.qt.io/blog/qt-jenn...
#QtDev
#cpp
#cplusplus
loading . . .
Qt Jenny 1.0 Released
Java/Android JNI glue/proxy Qt code generator
https://www.qt.io/blog/qt-jenny-1.0-released
4 days ago
0
0
0
Meeting C++ weekly Blogroll 498
www.meetingcpp.com/blog/blogrol...
#cpp
#cplusplus
loading . . .
Meeting C++ weekly Blogroll 498
https://www.meetingcpp.com/blog/blogroll/items/Meeting-Cpp-weekly-Blogroll-498.html
4 days ago
0
1
1
Interview with Alex Dathskovsky - Unlocking the Value of C++20 Features - Meeting C++ 2025
www.youtube.com/watch?v=v443...
#cpp
#cplusplus
loading . . .
Interview Alex Dathskovsky - Unlocking the Value of C++20 Features - Meeting C++ 2025
YouTube video by Meeting Cpp
https://www.youtube.com/watch?v=v443S9Z19lo
4 days ago
0
1
0
Exploring GitHub Copilot Agent Mode in VS Code
www.kdab.com/exploring-gi...
#cpp
#cplusplus
loading . . .
GitHub Copilot Agent Mode: Cross-Language Refactoring in VS Code | KDAB
Explore how GitHub Copilotβs Agent mode in VS Code simplifies C++/QML refactoring, automates multi-file edits, and boosts developer productivity.
https://www.kdab.com/exploring-github-copilot-agent-mode-in-vs-code/
4 days ago
0
0
0
#CppPollOfToday
: Which standard attributes do you use?
meetingcpp.com/mcpp/survey/...
#cplusplus
#cpp
loading . . .
Meeting C++ Community Survey
https://meetingcpp.com/mcpp/survey/?q=74
5 days ago
0
0
0
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
loading . . .
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...
https://meetingcpp.com/mcpp/books/book.php?hash=6fbd81674112043be13241deeb9f4af9a78ba232
5 days ago
0
0
0
Highlighting the student and support tickets for Meeting C++ 2025
www.meetingcpp.com/meetingcpp/n...
#cpp
#cplusplus
loading . . .
Highlighting the student and support tickets for Meeting C++ 2025
https://www.meetingcpp.com/meetingcpp/news/items/Highlighting-the-student-and-support-tickets-for-Meeting-Cpp-2025.html
5 days ago
0
0
0
Hosting an interview with James McNellis about his keynote at Meeting C++ 2025 next week!
www.meetup.com/de-DE/meetin...
#cpp
#cplusplus
loading . . .
Keynoting Meeting C++ 2025 - Interview with James McNellis, Mi., 1. Okt. 2025, 20:00 | Meetup
James McNellis is giving an interview about his keynote at [Meeting C++ 2025](https://meetingcpp.com/2025). James McNellis is a software engineer at Roblox, where he works
https://www.meetup.com/de-DE/meeting-cpp-online/events/311218270/
5 days ago
0
0
0
Meeting C++ 2025 featured talk of the day: Sarthak Sehgal - Concurrency in Low-Latency Trading Systems
meetingcpp.com/mcpp/schedul...
#meetingcpp
#cpp
#cplusplus
loading . . .
Sarthak Sehgal - Concurrency in Low-Latency Trading Systems
Most software can tolerate occasional stalls
https://meetingcpp.com/mcpp/schedule/talkview.php?th=4ea52ad0ac4436cbada5f6156de6ee6b60c59b0d
5 days ago
0
3
0
Welcoming Woven by Toyota to the Video sponsors
www.meetingcpp.com/meetingcpp/n...
#cpp
#cplusplus
loading . . .
Welcoming Woven by Toyota to the Video sponsors
https://www.meetingcpp.com/meetingcpp/news/items/Welcoming-Woven-by-Toyota-to-the-Video-sponsors.html
5 days ago
0
4
2
GSoC 2025: Improving Core Clang-Doc Functionality
blog.llvm.org/posts/2025-g...
#cpp
#cplusplus
loading . . .
GSoC 2025: Improving Core Clang-Doc Functionality
I was selected as a contributor for GSoC 2025 under the project βImproving Core Clang-Doc Functionalityβ for LLVM. My mentors for the project were Paul Kirth and Petr Hosek. Clang-Doc is a tool in cla...
https://blog.llvm.org/posts/2025-gsoc-clang-doc/
5 days ago
0
0
0
#CppPollOfToday
: Which kind of code do you write in your job?
meetingcpp.com/mcpp/survey/...
#cplusplus
#cpp
loading . . .
Meeting C++ Community Survey
https://meetingcpp.com/mcpp/survey/?q=67
6 days ago
0
0
0
Learning to read C++ compiler errors: Not a legal base class
devblogs.microsoft.com/oldnewthing/...
#cpp
#cplusplus
loading . . .
Learning to read C++ compiler errors: Not a legal base class - The Old New Thing
What would make it an illegal base class?
https://devblogs.microsoft.com/oldnewthing/20250919-00/?p=111612
6 days ago
0
1
0
The first event for public prerecordings will be hosted on October 9th! Featuring talks by Tina Ulbrich and Johan Vanslembrouck!
www.meetup.com/meeting-cpp-...
#cpp
#cplusplus
loading . . .
Meeting C++ 2025 - public prerecording, Thu, Oct 9, 2025, 1:00 PM | Meetup
This event will host talks that are prerecorded during the event for [Meeting C++ 2025](https://meetingcpp.com/2025). Potential Schedule: 13:00 Lounge / Hangout 13:30 Wel
https://www.meetup.com/meeting-cpp-online/events/311165752
6 days ago
0
1
0
Meeting C++ 2025 featured talk of the day: Ivica Bogosavljevic - Instruction Level Parallelism and Software Performance
meetingcpp.com/mcpp/schedul...
#meetingcpp
#cpp
#cplusplus
loading . . .
Ivica Bogosavljevic - Instruction Level Parallelism and Software Performance
Instruction Level Parallelism (ILP) is the magic ingredient of a modern CPU that makes it run fast
https://meetingcpp.com/mcpp/schedule/talkview.php?th=5f1443718a226c31cf09d1037666f858824a9c2d
6 days ago
0
0
0
Book of the Day: C++ Concepts by Sandor Dargo
meetingcpp.com/mcpp/books/b...
#cplusplus
#cpp
loading . . .
Sandor Dargo
In this book, you are going to discover one of the flagship features of C++20, concepts
https://meetingcpp.com/mcpp/books/book.php?hash=1c77b9bddd7b5b2f460cf923626e8110384bc4ff
6 days ago
0
0
0
Trip report: CppCon 2025
www.sandordargo.com/blog/2025/09...
#cpp
#cplusplus
loading . . .
Trip report: CppCon 2025
A dream came true. My C++ conference journey started with CppCon. Well, almost. Back in 2019, my senior manager told me I would travel to the USA for a week to attend CppCon. In the end, cost-cutting ...
https://www.sandordargo.com/blog/2025/09/24/trip-report-cppcon-2025
6 days ago
0
0
0
C++ Weekly - Ep 499 - GCC's Stack Usage Analysis (and Warnings!)
www.youtube.com/watch?v=kXe-...
#cpp
#cplusplus
loading . . .
C++ Weekly - Ep 499 - GCC's Stack Usage Analysis (and Warnings!)
YouTube video by C++ Weekly With Jason Turner
https://www.youtube.com/watch?v=kXe-YkJ9nBs
6 days ago
0
0
0
Small Safety Improvements in the C++ 26 Core Language
www.modernescpp.com/index.php/sm...
#cpp
#cplusplus
loading . . .
Small Safety Improvements in the C++ 26 Core Language β MC++ BLOG
https://www.modernescpp.com/index.php/small-safety-improvements-in-the-c-26-core-language/
6 days ago
0
1
0
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
loading . . .
Slobodan DmitroviΔ
The book is an introduction to the C++ programming language, the Standard C++ Library and modern C++ standards
https://meetingcpp.com/mcpp/books/book.php?hash=1b684cbeaf31e20aeb11a38ecf609a98c18275e6
7 days ago
0
0
0
Meeting C++ 2025 featured talk of the day: Boguslaw Cyganek - How to understand modern C++ features in practice? Let's create a compiler!
meetingcpp.com/mcpp/schedul...
#meetingcpp
#cpp
#cplusplus
loading . . .
Boguslaw Cyganek - How to understand modern C++ features in practice? Let's create a compiler!
Recent C++ standards have introduced many new features
https://meetingcpp.com/mcpp/schedule/talkview.php?th=d8bc5ab5b9a71fb3adb6ea2798a7d8abeeb583d3
7 days ago
0
0
0
Qt Creator 18 Beta released
www.qt.io/blog/qt-crea...
#QtDev
#cpp
#cplusplus
loading . . .
Qt Creator 18 Beta released
Qt Creator 18 Beta released
https://www.qt.io/blog/qt-creator-18-beta-released
7 days ago
0
0
0
Hotel Tickets until September 30th
www.meetingcpp.com/meetingcpp/n...
#cpp
#cplusplus
loading . . .
Hotel Tickets until September 30th
https://www.meetingcpp.com/meetingcpp/news/items/Hotel-Tickets-until-September-30th.html
7 days ago
0
1
2
Pointer Tagging in C++: The Art of Packing Bits Into a Pointer
vectrx.substack.com/p/pointer-ta...
#cpp
#cplusplus
loading . . .
Pointer Tagging in C++: The Art of Packing Bits Into a Pointer
Using tagged pointers to save memory, speed up dynamic dispatch, and compact data structures
https://vectrx.substack.com/p/pointer-tagging-in-c-the-art-of-packing
7 days ago
0
17
5
Discovering observers - part 3
www.sandordargo.com/blog/2025/09...
#cpp
#cplusplus
loading . . .
Discovering observers - part 3
Over the last two weeks, we explored different implementations of the observer pattern in C++. We began with a very simple example, then evolved toward a more flexible, template- and inheritance-based...
https://www.sandordargo.com/blog/2025/09/17/observers-part3
7 days ago
0
1
0
reposted by
Matt Godbolt
9 days ago
LLM-explanation is now live in
@compiler-explorer.com
- An example:
compiler-explorer.com/z/rvvx7MxKq
* LLMs make mistakes and are overconfident * We'll never force LLMs or AI on you, it's opt in (like clang-tidy, PVS Studio or other tools) * It is *beta* quality Initial results are promising(1/3)
loading . . .
Compiler Explorer - C++ (x86-64 clang 21.1.0)
// setup constexpr auto valid_chars = "0123456789abcdef"; bool is_valid_id(std::string_view maybe_id) { if (maybe_id.size() != 16) { return false; } if (maybe_id.find_first_not_of(valid_ch...
https://explain.compiler-explorer.com/z/rvvx7MxKq
5
32
7
Next week: Hacking and Securing C++ - Interview with Marcell Juhasz
www.meetup.com/meeting-cpp-...
#cpp
#cplusplus
loading . . .
Hacking and Securing C++ - Interview with Marcell Juhasz, Tue, Sep 30, 2025, 8:00 PM | Meetup
Meeting C++ is hosting an interview with Marcell Juhasz, who is going to speak about Hacking and Securing C++ at [Meeting C++ 2025](https://meetingcpp.com/2025). [Talk des
https://www.meetup.com/meeting-cpp-online/events/311166519/
8 days ago
0
0
0
You are buying your tickets too late, reminder that Meeting C++ is 5 weeks away!
meetingcpp.com/2025
#cpp
#cplusplus
8 days ago
0
1
1
reposted by
π²πππππππ π°πππ
8 days ago
Qt Creator 18 Beta released!
www.qt.io/blog/qt-crea...
This is the first Qt Creator release with tabbed editors! ποΈ
#qtcreator
loading . . .
Qt Creator 18 Beta released
Qt Creator 18 Beta released
https://www.qt.io/blog/qt-creator-18-beta-released
1
1
1
C++ Insights Episode 66: How C++23 handles temporary objects in range-based for-loops
andreasfertig.com/blog/2025/09...
#cpp
#cplusplus
loading . . .
How C++23 handles temporary objects in range-based for-loops
In this episode, you'll learn how C++23 reduces undefined behavior in range-based for-loops for you.
https://andreasfertig.com/blog/2025/09/cpp-insights-episode-66-how-cpp23-handles-temporary-objects-in-range-based-for-loops/
8 days ago
0
1
0
Meeting C++ Blogroll 497
www.meetingcpp.com/blog/blogrol...
#cpp
#cplusplus
loading . . .
Meeting C++ Blogroll 497
https://www.meetingcpp.com/blog/blogroll/items/Meeting-Cpp-Blogroll-497.html
8 days ago
0
0
0
Load more
feeds!
log in