📰 Dev.to · Martin Licht
Articles from Dev.to · Martin Licht · 6 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (9102)
ArXiv cs.AIDev.to · FORUM WEBForbes InnovationOpenAI NewsDev.to AIHugging Face Blog

Dev.to · Martin Licht
4w ago
Universal character names in C and C++
Universal character names (UCNs) are a mechanism in C and C++ to designate characters from the...

Dev.to · Martin Licht
4w ago
/* DISABLES CODE */: When Clang warns about unreachable code
I would like to write about unreachable code in C and C++ and about the pertinent compiler warnings...

Dev.to · Martin Licht
4w ago
Removing duplicates from a C++ container, using forward iterators
We further discuss how to remove duplicates from a C++ container. A previous article discusses the...

Dev.to · Martin Licht
4w ago
How to remove duplicates from a C++ container
Article based on a GitHub Gist We discuss how to remove duplicate elements from C++ Standard...

Dev.to · Martin Licht
1y ago
Local functions in standard C++ (kind of...)
TL;DR: Local functions are not allowed in C++, but static public member functions of local classes...

Dev.to · Martin Licht
1y ago
The long double trouble with MinGW and Windows
Even though most of scientific computing codes are primarily designed for Windows, I take care that...
DeepCamp AI