CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Thread: Creating Server

  1. #1
    Join Date
    Feb 2007
    Posts
    35

    Creating Server

    Hey how do you create a server?

  2. #2
    Join Date
    Sep 2004
    Posts
    236

    Re: Creating Server

    Computer Science/Engineering
    @ PSU
    Co-oping with IBM's zSeries team! wee
    VS 2005.net
    http://www.personal.psu.edu/css204/

  3. #3
    Join Date
    Feb 2007
    Posts
    35

    Re: Creating Server

    Thanks. However I do have another question. How do you know how much bandwidth will be taking up if you start out small and expand? You know by making updates and expansions. I have a pretty good explanation on the specs of a server. But what if I want to make updates and expansions on my game. How do I anticipate that? I would I go about it at first do you guys think?

  4. #4
    Join Date
    Nov 2002
    Location
    California
    Posts
    4,556

    Re: Creating Server

    Hey how do you create a server?
    Look at "Getting Started with Winsock" at http://msdn2.microsoft.com/en-us/library/ms738545.aspx . Even if you are not programming with winsock, these pages show the basic steps for setting up a client and a server.

    Also look here at the FAQs. There is one FAQ that gives links to samples of network programs.

    Mike

  5. #5
    Join Date
    Feb 2007
    Posts
    35

    Re: Creating Server

    Thank you very much Mike that was completely helpful.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured