Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 495 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 495 Bytes

Windows-Telnet-Client

This project was created to demonstrate basic Windows socket client functionality. It provides a simple, non-secure Telnet client implemented in C++.

Compilation

Compile the project using the following command with MinGW64:

g++ -std=c++2b -o telnet.exe main.cpp -lws2_32

Usage

  1. Clone the repository.
  2. Compile the project using the provided compilation command.
  3. Run the executable.

License

This project is licensed under the MIT License.