i trying to do a program that send a HEX string to a ip:port and w8 to receive a HEX string too...
if possible running multiple threads
I am thankful to all tips that u guys can give me
METAL NOTE:i must learn english
(C/C++)
|
Full Version: Help!
im noob in the programming world
i trying to do a program that send a HEX string to a ip:port and w8 to receive a HEX string too... if possible running multiple threads I am thankful to all tips that u guys can give me METAL NOTE:i must learn english (C/C++)
Like a hex packet? If just a string can use winsock controls in visual basic.
Add a winsock control. Winsock1.Connect "IP" , "PORT" Winsock1.SendData ("String") This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
|
|