DEV Community

Martin Licht profile picture

Martin Licht

Writing about C++ and its intricacies.

Joined Joined on 
Universal character names in C and C++

Universal character names in C and C++

1
Comments
5 min read
Character types in C

Character types in C

1
Comments
4 min read
Escape sequences in C

Escape sequences in C

1
Comments
3 min read
Not-a-Number in C Floating-Point Arithmetic

Not-a-Number in C Floating-Point Arithmetic

2
Comments
3 min read
Infinity in C Floating-Point Arithmetic

Infinity in C Floating-Point Arithmetic

1
Comments
3 min read
Floating-Point Formats For You!

Floating-Point Formats For You!

Comments
13 min read
How to tell your compiler that you have implemented printf-like functions

How to tell your compiler that you have implemented printf-like functions

1
Comments
4 min read
Warning options for printf incantations

Warning options for printf incantations

1
Comments
6 min read
/* DISABLES CODE */: When Clang warns about unreachable code

/* DISABLES CODE */: When Clang warns about unreachable code

1
Comments
2 min read
Removing duplicates from a C++ container, using forward iterators

Removing duplicates from a C++ container, using forward iterators

1
Comments
5 min read
How to remove duplicates from a C++ container

How to remove duplicates from a C++ container

Comments
5 min read
Local functions in standard C++ (kind of...)

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

Comments
5 min read
The long double trouble with MinGW and Windows

The long double trouble with MinGW and Windows

Comments
4 min read
Using Clang++ and Make natively on Windows

Using Clang++ and Make natively on Windows

1
Comments
5 min read
Profiling C++ on Linux

Profiling C++ on Linux

Comments
3 min read
How to use Git with private repositories on GitHub

How to use Git with private repositories on GitHub

Comments
4 min read
Unused variables in C/C++: why and how?

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

4
Comments
4 min read
loading...