Sunday, May 02, 2021

How to get the listening ports on Windows

How to get the listening ports on Windows
c:\> net -ano | findstr /i listening

No comments:

CPP Quick Guide

Basics Hello world User input While loop If statement For loop Switch statement Read file using ifstream Write to a file using ofstr...