Basic usage of getting data from standard input (keyboard normally) using std::cin.
To build:
$: clang++ getinput.cpp
Run it:
$: ./a.out
netsh advfirewall firewall add rule name = "RPC Endpoint Mapper" dir = in action = allow protocol = TCP localport = 135 ...
No comments:
Post a Comment