Login
Discover
Waves
Communities
Login
Signup
Topics
#cplusplus
Global
Trending
Hot
New
Top
#cplusplus
New
Top communities
Create your community
latest #cplusplus created topics | Ecency
rev.tryout
Town Square
2026-05-26 10:00
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 switch, an NFC sensor and some other
$ 0.082
3
1
serpent7776
DBuzz
2026-03-09 17:36
Reversing the order of types in a parameter pack in #cplusplus (nostd, 100% ...
... organic code)
$ 0.090
1
serpent7776
DBuzz
2026-01-18 13:44
Detecting value/type in #cplusplus
serpent7776
DBuzz
2026-01-16 17:59
If you want your #cplusplus build to be more epic do this change: $ sed -i'' ...
... s/FPIC_FLAG/EPIC_FLAG/g CMakeLists.txt
tonyz
Black And White
2026-08-08 10:58
Promoted
Shadowplay. Monomad Challenge.
Low angle sunlight in Normandy.
serpent7776
DBuzz
2026-01-12 21:07
Lifetimes in #cplusplus are so easy.
serpent7776
DBuzz
2026-01-10 12:56
#cplusplus
serpent7776
DBuzz
2025-11-26 18:00
It took 2 decades to ship contracts. #cplusplus
serpent7776
DBuzz
2025-11-18 16:24
#cplusplus value ...
... categories.
onemoretea
Actifit
2026-08-09 21:18
Promoted
Feathered Friends in the Morning - My Actifit Report Card: August 9th, 2026
Welcome to Liquid Eye’s Actifit Blog Sunday ☀️ 12624 A warm, sunny Sunday morning for a relaxing bike ride to Plötzensee, including a walk around the lake using interval walking. It’s always a nice change
serpent7776
DBuzz
2025-10-31 19:28
#cplusplus
serpent7776
DBuzz
2025-09-27 12:33
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 be implicitly marked noexcept. #cplusplus
serpent7776
DBuzz
2025-09-03 16:31
#TIL static_assert(false, ...) got improved and it's now accepted in ...
... templates. #cplusplus
serpent7776
DBuzz
2025-07-16 16:38
Current mood: fixing memory corruption by removing a call to ...
... non-signal-async-safe function from a signal handler. #cplusplus
zainalbakri
INDONESIAN HIVE
2026-08-05 02:54
Published via Ecency
Promoted
Sejarah Hari Dharma Wanita, Dari Masa Orde Baru Hingga Era Modern
Sejarah Hari Dharma Wanita, Dari Masa Orde Baru Hingga Era Modern Setiap 5 Agustus diperingati sebagai Hari Dharma Wanita, sebuah momentum untuk mengenang perjalanan panjang organisasi perempuan yang menjadi
serpent7776
DBuzz
2025-03-28 21:42
Reversing space delimited words in a string in #rust and #cplusplus (assuming ...
... ASCII-only string).
serpent7776
DBuzz
2025-03-21 19:43
Function that applies a given function f on every element of a tuple t in #python ...
... and #cplusplus
serpent7776
DBuzz
2025-02-24 17:34
The way to check if given type T is convertible to std::string using to_string in ...
... C++17. #cplusplus
serpent7776
DBuzz
2025-01-28 21:58
Parameter passing in #cplusplus is so simple.
chaosmagic23
Proof of Brain
2026-08-09 05:45
Published via Ecency
Promoted
Bitcoin Just Faced a Fork Attempt – What Happened With BIP-110?
Bitcoin has survived another fascinating test of decentralized consensus. For months, a controversial proposal called BIP-110, also known as the Reduced Data Temporary Softfork (RDTS), has divided parts
serpent7776
DBuzz
2025-01-14 20:55
Classes without members should not be classes. #cplusplus
serpent7776
DBuzz
2024-11-15 21:53
In #cplusplus you cannot normally compare two random pointers with operator<, but ...
... std::less is an exception - It guarantees total ordering of pointers.
serpent7776
DBuzz
2024-10-18 20:40
Validating date format in #cplusplus
serpent7776
DBuzz
2024-07-17 16:32
#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 that, built-in semantics are applied
Older →