Tuesday, February 04, 2020

CPP: Using std::list

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


To build:
$: clang++ stdlist.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... ...