Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 695 Bytes

File metadata and controls

20 lines (18 loc) · 695 Bytes

TCP Server and Client in C++

Programing Language: C++
IDE: Visual Studio

Execution of TCP_Client_2020.cpp

  • Open Visual Studio
  • Download the files from the repo
  • Open Visual Studio
  • Create New C++ Project
  • The project will be Created with some folders
  • In Source Folder, keep main.cpp file of server and Run the Code

Execution of TCP_Client_2020.cpp

  • Open Visual Studio in different window
  • Download the files from the repo
  • Open Visual Studio
  • Create New C++ Project
  • The project will be Created with some folders
  • In Source Folder, keep main.cpp file of Client and Run the Code

Note: First Execute the Server and then execute the Client