Friday, February 07, 2020

CPP: Basic usage of std::vector

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


To build:
$: clang++ stdvector.cpp

Run it:
$: ./a.out

No comments:

Installing TigerVNC in Ubuntu 24.04

Installing TigerVNC in Ubuntu 24.04 Ubuntu 24.04 supports RPD protocol but it behaves in a way that is not fit for my needs. The Desktop Sh...