All
Articles 108,703Blog Posts 119,787Tech Tutorials 27,564Research Papers 22,426News 16,476
⚡ AI Lessons

Dev.to · Martin Licht
🔧 Backend Engineering
⚡ AI Lesson
3mo 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
🔧 Backend Engineering
⚡ AI Lesson
3mo 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
📐 ML Fundamentals
⚡ AI Lesson
3mo 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
📐 ML Fundamentals
⚡ AI Lesson
3mo 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
🏗️ Systems Design & Architecture
⚡ AI Lesson
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
🔐 Cybersecurity
⚡ AI Lesson
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