HOW TO USE SOCKETS IN C++ PART 2
Today we are going to see, how we can implement client-server architecture using sockets in C++. I would like to recommend going through all basic concepts related to sockets in part 1 of this tutorial. So, without any further delay; let’s start. In C++, socket programming is a method of merging or connecting two nodes …