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:

Test Code

netsh advfirewall firewall add rule name = "RPC Endpoint Mapper" dir = in action = allow protocol = TCP localport = 135 ...