Click here to Skip to main content
15,881,173 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello friends,I want to implement file handling code in c language.
In that,I want to send request to server for specific image & server will show the image on terminal.Is it possible with C language.If yes please give me the code for client & server both.
Posted
Comments
H.Brydon 22-Sep-13 22:42pm    
This is not a "give me the code" site. If you have a programming question, we can probably help with that.

For what you want, Google will likely grant you more than 3 wishes.
Richard MacCutchan 23-Sep-13 3:58am    
Search Google for "socket source C" and you will find sample code for both client and server. The rest is just a matter of displaying the image in the right place.

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