[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?
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?

