#CPlusPlus

C++Nowcppnow
2026-03-16

???? Calling all C++ developers! Register for C++Now, the premier onsite conference happening in Aspen, Colorado. From April 28th to May 2nd

Immerse yourself in C++ with talks, group chats, and lightning sessions.

Register today! cppnow.org/registration/

2026-03-16

Book of the Day: Embracing Modern C++ Safely by Vittorio Romeo and John Lakos, Rostislav Khlebnikov, Alisdair Meredith
meetingcpp.com/mcpp/books/book
#cplusplus
#cpp

2026-03-16

C++ Weekly - Ep 524 - Line Coverage vs Branch Coverage vs Path Coverage
youtube.com/watch?v=Gr0aI-TPRiQ
#cpp
#cplusplus

Iskropixeliskropixel
2026-03-16

Looks like I got laid off today.

If anyone’s looking for a C++ developer with 5 years of experience, feel free to reach out. I also work with Python, Go, and C.

I’m open to freelance work too - programming and pixel art 🎨

Feel free to DM me 🙂💻

2026-03-16

The recording of our January meetup, "Back to the Basics: Intent-Driven API Design in C++," is now available: m.youtube.com/watch?v=uT_z06zw

In this session, Fridtjof Sterna explores a first-principles approach to API design, moving beyond the syntax of parameter passing to focus on intent, ownership, and mutability.

Our thanks to Fridtjof Sterna for the excellent talk, and to 42 Vienna for hosting the event and supporting the local community.

2026-03-16

Daniel Marjamäki: Seamless Static Analysis with Cppcheck
youtube.com/watch?v=_q-adaPjdRM
#cpp
#cplusplus

2026-03-16

In C++, is this legal?

struct sigma {
	void *ptr;
	size_t size;
};

class ligma {
	sigma sigma_;
public:
	// a bunch of non-virtual methods here
};

std::span<sigma> convert(std::span<ligma> buf) {
	return { (sigma*)buf.data(), buf.size() };
}

As I understand this, sigma and ligma will have the exact same layout (the only reason ligma exists is to hide implementation details of sigma and maybe add some convenience methods & constructors), and it should be legal in terms of strict aliasing stuff to convert from ligma pointer to sigma pointer. However arrays are a different beast. I can’t seem to find any information on whether or not this type of conversion is allowed in the language or if it’s undefined behavior in some super obscure way.

#cpp #cplusplus

2026-03-16

C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.44.35207\include\__msvc_filebuf.hpp(775,1): fatal error C1001: Internal compiler error.
(compiler file 'msc1.cpp', line 1589)
To work around this problem, try simplifying or changing the program near the locations listed above.

not my code 🤷

😒

#cplusplus #msvc

Audio Developer Conferenceaudiodevcon
2026-03-15

Community & Sharing in Native Audio Apps – Without Browser Overhead – Johannes Bochmann
youtube.com/watch?v=lZIpyLNQni8

ndxdevndxdev
2026-03-15

🚀 Formation C++ gratuite que j’aurais rêvé d’avoir !

C++ moderne (11→26) + Linux pro (threads, epoll, Asio, gRPC…).

CMake + Conan, sanitizers, Ubuntu 24.04.

Repo → github.com/NDXDeveloper/format

Like & RT si ça t’aide !

2026-03-15

"But my tests passed!" - Exploring C++ Test Suite Weaknesses with Mutation Testing - Nico Eichhorn
youtube.com/watch?v=G_TDxhZB4t8
#cpp
#cplusplus

MonokaGerryT
2026-03-15

Share of programming languages used by / applications (2026-03-15):

29%
21%
19%
17%
6%
5% ++
1%
1%
2% Other:

72% use GTK4 (91% of them ), still 28% GTK3

Method: Source [1] lists 824 awesome (3/4) applications and their

[1] github.com/valpackett/awesome-

@GTK @gnome

2026-03-14
2026-03-14

Its pi day! If you're looking for pi, C++20 got you covered! #piday
meetingcpp.com/blog/items/Math
#cpp
#cplusplus

2026-03-14

Book of the Day: Programming: Principles and practice using C++ (3rd edition) by Bjarne Stroustrup
meetingcpp.com/mcpp/books/book
#cplusplus
#cpp

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst