Wednesday, February 05, 2020

CPP: Basic usage of std::map

Very basic usage of C++ STL std::map


To build:
$: clang++ stdmap.cpp

Run it:
$: ./a.out

No comments:

Qt console hello world

Qt console hello world This guide shows how a Qt console hello world looks like. ▣ Open  Qt Creator  and click on  Create Project... ...