
cplusplus Tag Posts Index
Explore on-chain topics from the Hive blockchain.
- →
My Micro Controller Journey Begins
I've long had a box with a few electronic parts and some micro controllers lying around. Among them are a Raspberry Pi Pico, an Arduino UNO, a small display, a physical
- →
Reversing the order of types in a parameter pack in #cplusplus (nostd, 100% ...
... organic code)
- →
Detecting value/type in #cplusplus
- →
If you want your #cplusplus build to be more epic do this change: $ sed -i'' ...
... s/FPIC_FLAG/EPIC_FLAG/g CMakeLists.txt
- →
Lifetimes in #cplusplus are so easy.
- →
#cplusplus
- →
It took 2 decades to ship contracts. #cplusplus
- →
#cplusplus value ...
... categories.
- →
#cplusplus
- →
in C++11 destructors default to noexcept. -Wterminate warns about it. Any ...
... noexcept(false) from base or member is propagated, but destructor body is not taken into consideration. Even if you have throw in destructor body, it still might
- →
#TIL static_assert(false, ...) got improved and it's now accepted in ...
... templates. #cplusplus
- →
Current mood: fixing memory corruption by removing a call to ...
... non-signal-async-safe function from a signal handler. #cplusplus
- →
Reversing space delimited words in a string in #rust and #cplusplus (assuming ...
... ASCII-only string).
- →
Function that applies a given function f on every element of a tuple t in #python ...
... and #cplusplus
- →
The way to check if given type T is convertible to std::string using to_string in ...
... C++17. #cplusplus
- →
Parameter passing in #cplusplus is so simple.
- →
Classes without members should not be classes. #cplusplus
- →
In #cplusplus you cannot normally compare two random pointers with operator<, but ...
... std::less is an exception - It guarantees total ordering of pointers.
- →
Validating date format in #cplusplus
- →
#TIL operator-> is called recursively #cpp #cplusplus If a user-defined ...
... operator-> is called, operator-> is called again on the resulting value, recursively, until an operator-> is reached that returns a plain pointer. After
Leave cplusplus Tag Posts Index to discover