[Help]Sending Data
I want to transfer a number from a Console Application I made in C++ to another Console Application also made in C++ but they are on different computers on the same network.
For example:
Send the number 1 from PC1's app to PC2' app and then do something based on the results on PC2.
Is that possible?
Anythings Possible..Its C++ where talking about
But i never tried anything like that. I would tell you to search google but i dont think its going to help..
Yeah, I already tried but to no avail...