Advertisement · 728 × 90

Posts by

Meeting C++ Community Survey

#CppPollOfToday: Which C++14 language features are you using?
meetingcpp.com/mcpp/survey/...
#cplusplus
#cpp

3 hours ago 0 0 0 0
Meeting C++ Community Survey

Implemented a feature for the Meeting C++ survey today.
A while ago I've added detailed questions about the boost libraries. They do show up in the survey again and again. So from now on if you skip one of them, you skip all of them in your session.
meetingcpp.com/mcpp/survey

6 hours ago 1 0 0 0
Preview
Marc Gregoire Expand your C++ knowledge quickly and efficiently with this advanced resource 

Book of the Day: Professional C++, 6th Edition by Marc Gregoire
meetingcpp.com/mcpp/books/b...
#cplusplus
#cpp

7 hours ago 0 0 0 0
C++20 Modules: The Tooling Gap We’ve been incrementally adopting C++20 modules at Memgraph (source) since late 2025. The compiler side has been surprisingly smooth. The tooling side, less so.

C++20 Modules: The Tooling Gap
ignition.github.io/posts/cpp20-...
#cpp
#cplusplus

9 hours ago 2 1 0 0
Meeting C++ Community Survey

#CppPollOfToday: Which C++17 library features are you using?
meetingcpp.com/mcpp/survey/...
#cplusplus
#cpp

1 day ago 0 0 0 0
Preview
Andreas Fertig One of the problems that C++ programmers face using templates is understanding the complex syntax

Book of the Day: Notebook C++: Tips and Tricks with Templates by Andreas Fertig
meetingcpp.com/mcpp/books/b...
#cplusplus
#cpp

1 day ago 0 0 0 0
Preview
POCO C++ Libraries - Blog The POCO C++ Libraries are powerful cross-platform and open source C++ class libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT and embedded syste...

Poco POCO C++ Libraries Release 1.15.2 is Available
pocoproject.org/blog/?p=1284
#cpp
#cplusplus

1 day ago 0 0 0 0
Meeting C++ weekly Blogroll 525

Meeting C++ weekly Blogroll 525
www.meetingcpp.com/blog/blogrol...
#cpp
#cplusplus

1 day ago 0 0 0 0
HRT is this years t-shirt sponsor at Meeting C++ 2026!

Hudson River Trading is this years t-shirt sponsor at Meeting C++ 2026!
www.meetingcpp.com/meetingcpp/n...
#cpp
#cplusplus

1 day ago 1 0 0 0
Advertisement
Meeting C++ Community Survey

#CppPollOfToday: Do you use Dear ImGui?
meetingcpp.com/mcpp/survey/...
#cplusplus
#cpp

2 days ago 0 0 0 0

Annotations for C++26 Hashing
blog.infotraining.pl/annotations-...
#cpp
#cplusplus

2 days ago 2 0 0 0
Hacking and Securing C++ Marcell Juhasz - Meeting C++ 2025
Hacking and Securing C++ Marcell Juhasz - Meeting C++ 2025 YouTube video by Meeting Cpp

Hacking and Securing C++ - Marcell Juhasz - Meeting C++ 2025
www.youtube.com/watch?v=GyWq...
#cpp
#cplusplus

2 days ago 0 0 0 0
Preview
Let compiler cook! | SereneDB Introduction

How std::abs and two compiler flags let Clang auto-vectorize L1 distance faster than Faiss's AVX2 intrinsics
blog.serenedb.com/simd-distances
#cpp
#cplusplus

2 days ago 2 0 0 0
Preview
Interview with Guy Davidson, Do., 23. Apr. 2026, 19:00 | Meetup Meeting C++ is hosting an interview with Guy Davidson! He is the new ISO C++ care taker following Herb Sutter. His background is gamedev and C++, giving talks and mingling

Next week: Interview with Guy Davidson
www.meetup.com/de-de/meetin...
#cpp
#cplusplus

2 days ago 0 0 0 0
Preview
Things you can do effortlessly with C++20s concepts In this episode, you'll learn how C++20s concepts help you to write less code that's easier to maintain at the same time.

C++ Insights Episode 73: Things you can do effortlessly with C++20s concepts
andreasfertig.com/blog/2026/04...
#cpp
#cplusplus

2 days ago 1 0 0 0
Preview
MSVC Build Tools Version 14.51 Release Candidate Now Available - C++ Team Blog Try out the final preview of MSVC Build Tools v14.51

MSVC Build Tools Version 14.51 Release Candidate Now Available
devblogs.microsoft.com/cppblog/msvc...
#cpp
#cplusplus

2 days ago 1 0 0 0
Advertisement
Meeting C++ Community Survey

#CppPollOfToday: How much do you earn with C++ per year? (in Euro)
meetingcpp.com/mcpp/survey/...
#cplusplus
#cpp

3 days ago 0 0 0 0
Preview
Robert C. Seacord Secure Coding in C and C++, Second Edition, identifies and explains these root causes and shows the steps that can be taken to prevent exploitation

Book of the Day: Secure Coding in C and C++ by Robert C. Seacord
meetingcpp.com/mcpp/books/b...
#cplusplus
#cpp

3 days ago 1 0 0 0
Preview
Meeting C++ online job fair An online C++ job fair on the 19th and 20th May organized by Meeting C++. The job fair will start at 15:00 in Europe/Berlin and go until 18:00 on May 19th, on May 20th the event will be in the evening...

If you are hiring, think about attending the online job fair:
meetingcpp.com/mcpp/online/...

3 days ago 0 0 0 0
meetingcpp (@meetingcpp@mastodon.online) Asking again: Is your employer currently... #cpp #cplusplus [ ] Hiring for C++ [ ] Not hiring for C++ [ ] Letting folks go

Asking again: Is your employer currently...
... but no polls on Blue Sky. So pick your poison:
mastodon.online/@meetingcpp/...
www.linkedin.com/feed/update/...
x.com/meetingcpp/s...
#cpp
#cplusplus

3 days ago 1 0 1 0
C++26: Structured bindings in conditions Structured bindings were introduced in C++17 as an alternative way of declaring variables. They allow you to decompose an object into a set of named variables, where the collection of those bindings c...

C++26: Structured bindings in conditions
www.sandordargo.com/blog/2026/04...
#cpp
#cplusplus

3 days ago 0 0 0 0
How a Module Should Look Like Our Core module is in code/Core. The file Core/_Module.ixx contains: export module Core; export import :Attach; export import :Base; export import :Container; export import :Diagram; export import :In...

How a Module Should Look Like
abuehl.github.io/2026/04/14/h...
#cpp
#cplusplus

3 days ago 0 0 0 0
Preview
Unreal Engine C++ compilation for Windows under Linux with Wine | TensorWorks

Unreal Engine C++ compilation for Windows under Linux with Wine
tensorworks.com.au/blog/unreal-...
#cpp
#cplusplus

3 days ago 3 1 0 0
cppreference.com

Announcement: cppreference.com update
isocpp.org//blog/2026/0...
#cpp
#cplusplus

3 days ago 1 1 0 0
Preview
HPC Engineer

New C++ Job: HPC Engineer #cppjobs
www.meetingcpp.com/jobs/items/H...
#cpp
#cplusplus

3 days ago 0 0 0 0
Advertisement
Meeting C++ Community Survey

#CppPollOfToday: With how many other C++ devs do you interact at your job?
meetingcpp.com/mcpp/survey/...
#cplusplus
#cpp

4 days ago 0 0 0 0
Meeting C++ 2026

Meeting C++ 2026
meetingcpp.com/2026/
#cpp
#cplusplus

5 days ago 0 1 0 0
Preview
Klaus Iglberger Good software design is essential for the success of your project, but designing software is hard to do

Book of the Day: C++ Software Design: Design Principles and Patterns for High-Quality Software by Klaus Iglberger
meetingcpp.com/mcpp/books/b...
#cplusplus
#cpp

4 days ago 0 0 0 0
All videos of Meeting C++ 2025 are published

All videos of Meeting C++ 2025 are published
www.meetingcpp.com/meetingcpp/n...
#cpp
#cplusplus

4 days ago 0 0 0 0
Meeting C++ Community Survey

Contribute to the Meeting C++ community survey: meetingcpp.com/mcpp/survey/

4 days ago 0 0 0 0