Hello everybody.....
I am working on a project in which I am supposed to send my data to the server and perform processing on the server and then retreive the same data/result. For that I need to do socket programming. I am comfortable in C only. So please help me about Socket Programming in C.
Socket Programming in C
Started by saviour2009, Mar 06 2010 12:35 AM
4 replies to this topic
#1
Posted 06 March 2010 - 12:35 AM
|
|
|
#2
Posted 06 March 2010 - 06:25 AM
Don't ask people to google information for you.
This took me 10 seconds to find:
http://beej.us/guide...page/index.html
Please refer to this:
How To Ask Questions The Smart Way
Hope this helps.
This took me 10 seconds to find:
http://beej.us/guide...page/index.html
Please refer to this:
How To Ask Questions The Smart Way
Hope this helps.
#3
Posted 06 March 2010 - 06:38 AM
The first question you will get back is: which OS/environment is this in? Socket programming is not part of the core C language, so we need more details.
#4
Posted 06 March 2010 - 06:55 AM
Yea, portability, i think that a portable socket library does not exists for C, however, you can try boost, but you need to switch to C++.
#5
Posted 08 March 2010 - 02:37 AM
hello friends......thanx for d reply......I am finding a bit of problem in running programs that are made for unix platform on windows. I As given in the Beej's guide I am adding winsock.h file in the program. BUt still I am facing some problems. Can anyone help me out step by step detail how to make it work on Visual Studio 08.


Sign In
Create Account

Back to top









