Click here to Skip to main content
15,899,679 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have problem writing this program, I don't have any taste in Socket Programming
It's really appreciated if anyone could help me in this case

Write a Socket-based program that responds to client messages as follows: When it
receives a message from a client, it simply converts the message into all uppercase letters and sends
back the same to the client. Write both client and server programs demonstrating this.
Posted

As this is your homework you will not get anyone to write it for you. However, this link[^] will be useful.
 
Share this answer
 
Comments
NeptuneHACK! 27-Jan-12 22:06pm    
lol
If you want to code it in C/C++ then at MSDN's Getting Started with Winsock[^] you may find all you need (well you should provide yourself the uppercase conversion...).
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900