Skip to content

pshashipreetham/TCP-Server-and-Client-in-Cplusplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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