CS 360 Client_Server_Chat program FA03

advertisement
CS 360 Client_Server_Chat program FA03

Combine the chat client and server programs into one program. (20 points)

Add a nickname box and “send nick” button to the client side and functions to the
server side to accept the nickname. (10 points)
(The easisty way is to have the send nick button put /nick:NICKNAME into the
txtMsg box and call the myConnect function.)

Add an IP learn function to the program that sets the clients IP address to the address
of the remote side when a message is received. (10 points)

Make your program look pretty or different or add other features. (More points)
Download