Thread: networking on win32

  1. #1
    Registered User
    Join Date
    Jan 2005
    Posts
    108

    networking on win32

    Hello,

    Was just wondering for pointers regarding networking (im thinking its called that). Basically I want an application to be able to communicate with a server.. somehow..

    what do I need to learn to do that? I was wondering what technical information to lookup in the client application (im guessing it'll have something to do with win32), and the server side as well (sockets?)

    thanks in advance

  2. #2
    return 0;
    Join Date
    Jan 2005
    Location
    Netherlands
    Posts
    89
    Here are two nice tutorials on sockets:

    Beej's Guide to Network Programming
    Johnnie's Winsock Tutorial

    The second is Windows specific, which is what you should know if you want to create a windows GUI with asynchronous sockets

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. opengl and networking on win32
    By viaxd in forum Windows Programming
    Replies: 7
    Last Post: 01-11-2006, 09:15 AM
  2. networking comfirmation
    By rEtard in forum Networking/Device Communication
    Replies: 1
    Last Post: 07-20-2005, 03:59 PM
  3. Win32 API or Win32 SDK?
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 07-20-2005, 03:26 PM
  4. Beyond MFC : COM || Networking
    By kuphryn in forum Windows Programming
    Replies: 5
    Last Post: 04-25-2002, 04:28 PM
  5. C++: Reference Book, GUI, Networking & Beyond
    By kuphryn in forum C++ Programming
    Replies: 4
    Last Post: 11-10-2001, 08:03 PM