Just a quick question or well not that quick. What i generally wanna learn in C++ is networking, generally how it works and how to manipulate it.
Today i am just gonna ask for a simple thing nothing to fancy since i do understand that its not a easy thing to do.
// this is the example of what i wanna learn.
Lets say i have the client side running on 5 computers and a server side running on another computer i want to be able to write a string and all the other 4 clients will see it.
So how would i go about creating a client and a server? i have done it in java but C/C++ is new to me.