on Mein Arzt hat bei mir eine südamerikanische Augenkrankheit festgestellt. · c/wortwitzkasse · 2 pts · 3yMein südamerikanischer Angiologe redet immer nur von "Gefäßen". Ihm ist das Wort "Vene" zu elaboriert.
on I ain't got time to wait · c/adhd · 1 pts · 3yI'll just swallow it down in a moment of panic and feel it burning its way down.
on I wanted to share useful websites and resources for C++ that I use, add yours! · c/cpp · 6 pts · 3yThe https://hackingcpp.com/cpp/cheat_sheets.html cheat sheets for std::algorithms and containers always save me a lot of time.
on C++17’s Useful Features for Embedded Systems · c/cpp · 1 pts · 3yI also like to use std::optional if a function may not return a result so I won't have to return a pointer, that might be a nullptr. And std::variant as a typesafe less hacky union.
Klingt nach MDR
Mein südamerikanischer Angiologe redet immer nur von "Gefäßen". Ihm ist das Wort "Vene" zu elaboriert.
Je Türen knall, desto wiederkomm
I'll just swallow it down in a moment of panic and feel it burning its way down.
The https://hackingcpp.com/cpp/cheat_sheets.html cheat sheets for std::algorithms and containers always save me a lot of time.
I also like to use std::optional if a function may not return a result so I won't have to return a pointer, that might be a nullptr.
And std::variant as a typesafe less hacky union.