Thread: Network (Winsock) Programming

  1. #1
    Registered User
    Join Date
    Aug 2015
    Posts
    9

    Network (Winsock) Programming

    Hi,

    I intend to learn network (winsock) programming. offlate I have been skimming through the net to look for resources, however, I have not been able find any relevant ones.

    Most of the resources (Beej's Guide , Unix Network Programming - Richard Stevens) are Unix / Linux OS based but I intend to learn Windows Network Programming (And not take the Unix/linux route)

    I found one book related to windows by Jim Ohlund but its obsolete and also half as comprehensive as Unix Network Programming.

    Are there any resources or books that I can use to learn Windows Network programming.If yes, Please help.

    Thanks!

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Quote Originally Posted by TheGuy Nextdoor
    I intend to learn network (winsock) programming. offlate I have been skimming through the net to look for resources, however, I have not been able find any relevant ones.

    Most of the resources (Beej's Guide , Unix Network Programming - Richard Stevens) are Unix / Linux OS based but I intend to learn Windows Network Programming (And not take the Unix/linux route)
    Beej's guide is relevant, except that you have to be aware that there are some differences, some of which are covered in the Note for Windows Programmers, others which can be found reading the relevant documentation, etc.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  3. #3
    Registered User
    Join Date
    Sep 2015
    Location
    Australia
    Posts
    63
    Hi ..

    As i first looked at C programming of sockets and such....but just came to the conclusion to use a Language more designed for the job....In my case it was Java....

    So is there any benifit's to doing it using C ..?

    John

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Multiple servers on one network (winsock)
    By IsmAvatar2 in forum Networking/Device Communication
    Replies: 1
    Last Post: 01-25-2009, 01:55 AM
  2. Winsock Programming
    By SubLogic in forum C++ Programming
    Replies: 8
    Last Post: 01-08-2003, 04:06 PM
  3. Determining Data Size For Network Send/Rec :: Winsock
    By kuphryn in forum Windows Programming
    Replies: 6
    Last Post: 05-07-2002, 09:01 PM
  4. winsock programming
    By skacy in forum C++ Programming
    Replies: 3
    Last Post: 03-27-2002, 01:51 PM
  5. Winsock for network programming?
    By Garfield in forum Windows Programming
    Replies: 6
    Last Post: 01-20-2002, 09:55 PM

Tags for this Thread