Tired: Unnamed namespace
Wired: Untitled namespace
Tired: Unnamed namespace
Wired: Untitled namespace
Cursed Code of the day: https://godbolt.org/z/br5c8Msfo
May I make you aware of the phantastic @compiler_explorer, that totally indispensable tool to every software developer - the brainchild of @mattgodbolt ?
I can speak only as an average C++ developer who works at a small company, and who happens to be stranded in the C++ committee.
For my own experiments, I have a personal bookmark in my browser called "C++23 playground" as a starting point for for more elaborate adventures in the C++ lands. May be, it helps you as well:
https://godbolt.org/z/Mz96j16nx
To the best of my knowledge, the provided flags will give you some highly recommended defaults for compiler diagnostics and maximum language conformance, in the three major implementations Clang/libc++, GCC/libstdc++, and MSVC/MS-STL. Maybe you'll get some inspiration for your daily grind.
Please support Matt and the entire CE team 🤘, f.e. by getting some swag that we nerds can proudly present in the public and wear as protective gear ☺️
Visit https://shop.compiler-explorer.com/promo/BLACKFRIDAY 🤩
https://www.theregister.com/2025/03/02/c_creator_calls_for_action/
C++ creator Bjarne Stroustrup calls for help to defend programming language from 'serious attacks'
Rust does seem to have a lot of nice features. My biggest blocker for me going to Rust from C++ is that C++ has much better support for generic programming. And now that Concepts have landed, I'm not aware of any language that can compete in this area.
Alguna vez te has preguntado como implementa los objetos el compilador de #C++ ? En este artículo os lo contamos a través de un curioso ejemplo
#programming #programacion #POO #CPlusCplus #ASM #C #fenomenoextranos #ROOR09
https://ibolcode.net/roor/2025-04-el-asombroso-caso-del-objeto-fantasma
El caso que nos ocupa en esta ocasión lo he sacado de una pregunta de <a href="https://es.stackoverflow.com/questions/630810/llamada-a-m%c3%a9todo-de-clase-c-no-instanciada-que-s%c3%ad-funciona">Stack Overflow Español</a> en el que se planteaba como era posible ejecutar un método sobre un objeto que no ha sido instanciado… Es decir, sobre un objeto que no existe… Un objeto fantasma.</p>
What is the stock markets least favorite qualifier?
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
volatile 🥁
post-Hagenberg C++ mailing: https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2025/#mailing2025-03
What kind of member functions don't bankers like?
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Defaulted ones 🥁
What You Need to Know when Optimizations Changes the Behavior of Your C++ 😱: https://shafik.github.io/c++/undefined%20behavior/llvm/2025/02/11/when-opt-changes-program-behavior.html