Stefan Reinalter
banner
molecularmusing.bsky.social
Stefan Reinalter
@molecularmusing.bsky.social
Founder of Molecular Matters • C++ & low-level programming • Created Live++ (@liveplusplus.bsky.social)
https://liveplusplus.tech
Did we just hit a bug where the game doesn't remove the collision so you cannot actually walk to Room 46?
If so, I'm pissed. Royally.
May 19, 2025 at 9:36 PM
Updated to a future C++43 compiler: this has 'auto auto' types, and even has opt-in 'auto auto' for user-defined types! No more auto vs. no auto.

Works with MSVC, Clang, compiles and runs!

First one to figure out how this works gets a free 1-year individual license for Live++.
March 24, 2025 at 4:57 PM
Tired of having to add types to your code in C++?
Can't decide on auto vs. no auto?

I have another simple rule in my codebase:
#define used types once at the top, let the compiler figure out the rest and stop caring about details.

With video proof this time!

#cpp
March 24, 2025 at 8:46 AM