Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Socket programming , whicch language you suggest?

Status
Not open for further replies.

jayap007

Programmer
Apr 26, 2001
5
0
0
IN
Hi all,

I am looking for a better and friendly language to write
socket programming. It should be fast when i pass the data.
I prefer to wirte that socket programming using c or c++
i know c gives the better performance. But other than this if i go with delphi or vc++ how the performance will be will i get same perofrmance as i get with c or lesser than that. expecting youer valuable suggesssions.

Thanks in advance
Prakash
 
You have another approach: Java.
If your main problem on performance will be net traffic, then using C/C++ won't be necessary, since it will be the same regardless of language used.
Since VC++ isn't easier than C/C++ (it's the same language after all), then I'd suggest Delphi or Java, whatever you feel more comfortable.
If application performance is an issue, then use C/C++.
So it's up to you now.
 
hi prakash, try QT-Toolkit (c++) from their socket class is nice to handle (even for a newbie like me ;-) )... -- martin

"No matter how much you know today, you'll have to know more tomorrow."
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top