Martin Licht

Martin Licht @martinlicht

About: Writing about C++ and its intricacies.

Joined:
Jan 3, 2025

Martin Licht
articles - 6 total

Local functions in standard C++ (kind of...)

1. Introduction TL;DR: Local functions are not allowed in C++, but static public member...

Learn More 0 0Mar 17

The long double trouble with MinGW and Windows

Even though most of scientific computing codes are primarily designed for Windows, I take care that...

Learn More 0 0Mar 17

Using Clang++ and Make natively on Windows

This guide will explain you how to install Clang++ and Make on Windows: specifically, we will discuss...

Learn More 1 0Mar 7

Profiling C++ on Linux

Profiling your code is important if performance is of concern. This is especially true for...

Learn More 0 0Mar 7

How to use Git with private repositories on GitHub

This guide will show you how to access private repositories on Github. This is not as...

Learn More 0 0Mar 7

Unused variables in C/C++: why and how?

When reviewing C/C++ code, we fairly often find variables that are never used. Such unused variables...

Learn More 1 0Jan 3