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:

Test Code

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