QUick Question about client

Started by
0 comments, last by Icefox 18 years, 10 months ago
i want the user to enter the ipaddress of the server on the network...... my function that connects the client is (Client.Connect(guidAdapter, IP ,5555, "SCOTT" , "TEST") i have IP as a char[16] everytime the user hits a number or period i concatanate the number or peroid to the end of the string..... is there anything else i need to do, or can i then pass IP into the function as is.
Advertisement
It depends on what networking library you're using for the underlying connection, and what platform you're on.
-----http://alopex.liLet's Program: http://youtube.com/user/icefox192

This topic is closed to new replies.

Advertisement