Would you mind telling me which programming language should be used for socket programming?
and what exactly is socket programming?
This is a discussion on which programming language should be used for socket programming? within the Networking/Device Communication forums, part of the General Programming Boards category; Would you mind telling me which programming language should be used for socket programming? and what exactly is socket programming?...
Would you mind telling me which programming language should be used for socket programming?
and what exactly is socket programming?
> Would you mind telling me which programming language should be used for socket programming?
Any language which has a socket API can do socket programming
Which you should use depends primarily on which languages you know, and then on the problem being solved.
> and what exactly is socket programming?
Perhaps you should read this
Useful Links And Good Books
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
If at first you don't succeed, try writing your phone number on the exam paper.
I support http://www.ukip.org/ as the first necessary step to a free Europe.
C/C++
Kuphryn
any modern language that has no socket capability wouldn't be very useful now would it? I do some with C/C++ and some with Ada. I'm sure whatever you are comfortable with will have a socket library.
"You are stupid! You are stupid! Oh, and don't forget, you are STUPID!" - Dexter
I recommend Java for sockets programming. Java has support for both sockets and threads within the language.
Last edited by Sang-drax : Tomorrow at 02:21 AM. Reason: Time travelling
well, as salem said, it depends on the task at hand. If you are trying to make a CGI program that can connect to different servers, then PERL might suit you better than C, also it depends whether you have time constraints on the program.
Can we assume that since the OP hasn't been back since they posted it, that any more replies are a complete and utter waste of time?
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
If at first you don't succeed, try writing your phone number on the exam paper.
I support http://www.ukip.org/ as the first necessary step to a free Europe.
Java works ok and can interface with C++ sockets decently. Only downside is that Java is slow
No, because maybe others will come behind and read this.Originally Posted by Salem