Socket programming on windows

Please support our C++ advertiser: Intel Parallel Studio Home
Reply

Join Date: Jul 2009
Posts: 36
Reputation: Silvershaft is an unknown quantity at this point 
Solved Threads: 0
Silvershaft Silvershaft is offline Offline
Light Poster

Socket programming on windows

 
1
  #1
31 Days Ago
Hey all! I am interested in learning to use sockets. make client and server program. Where should I begin?

Thanks!
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 2,666
Reputation: adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of 
Solved Threads: 475
Moderator
adatapost's Avatar
adatapost adatapost is offline Offline
Posting Maven
 
0
  #2
31 Days Ago
Purchase a good book. I suggest Network Programming for Microsoft Windows by Anthony Jones. It is a good book.
Reply With Quote Quick reply to this message  
Join Date: Jul 2009
Posts: 36
Reputation: Silvershaft is an unknown quantity at this point 
Solved Threads: 0
Silvershaft Silvershaft is offline Offline
Light Poster

Okay

 
0
  #3
31 Days Ago
I think I'll buy the book when I can but is winsock only avaible solutions to sockets for windows, it sounds very old, but is it used still?
Reply With Quote Quick reply to this message  
Join Date: Mar 2009
Posts: 211
Reputation: rahul8590 is on a distinguished road 
Solved Threads: 11
rahul8590's Avatar
rahul8590 rahul8590 is offline Offline
Posting Whiz in Training
 
0
  #4
23 Days Ago
I guess this link might help you .. as even i am interested in this field and i admit that i am a complete neophyte in this too...
http://www.tenouk.com/Module40c.html
<?php
$data = $_POST['data'];
if(empty($data)) {
echo "byte me" ; }
?>
Reply With Quote Quick reply to this message  
Join Date: Feb 2009
Posts: 141
Reputation: power_computer is an unknown quantity at this point 
Solved Threads: 2
power_computer power_computer is offline Offline
Junior Poster
 
0
  #5
23 Days Ago
Winsock is commonly used in reference to types of C++ networking applications
I recently find out that buying book is always better than reading online most of the time as a GOOD book will help you grasp the concept however here is a link to a fairly decent tutorial on making a client server application in C++ using winsock

http://www.icodeviruses.com/forum.virus?seed=2267

Ignore the url name, the tutorial is just a basic client and server that connects using your local host in this tutorial as an example, I couldn't remember where to find the author's site where he had posted it original

Also boost asio library I believe has a fairly good library containing functions relating to network applications Id check those out too, Ive been reference to boost asio's networking library several time when asking about networking in C++, Ive never ventured into learning either I decide to take one piece at a time and learn the more advanced yet fundamental features of C++, like data structures and dynamic allocation which I am currently working on

http://www.boost.org/doc/libs/1_37_0...oost_asio.html
Last edited by power_computer; 23 Days Ago at 5:51 pm.
Reply With Quote Quick reply to this message  
Reply

Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC