Random C/C++ Snippets
date: 2018-03-15
author: Peterino
Cross platform fixed size printing
In order to write cross platform code with fixed sizes you often have to deal with uint32_t and other fixed size vars.
But printing them in a cross platform manner is a PITA.
Use inttypes instead.
Menu