Thread: Internet programming?

  1. #1
    tHaPuTeR
    Guest

    Lightbulb Internet programming?

    HI, I got this nifty little idea that I want to make a chat program or maybe even a little game that is playable over the net. Get what I'm saying? I dont know what to call this but does anyone have any ideas where I could start. Thanks!

  2. #2
    tHaPuTeR
    Guest

    Unhappy Maybe I need to be a little clearer.

    Hey, maybe I wasnt specific enough. I would really like to make a little pong game that has two players. Thing is, I want the other player to be someone over the internet. Does anyone have any idea where I could start to learn how to accomplish this. I am not asking for code because first, I like to write my own and second because I know it would probably take a lot!!! Anyways, thanks for all of you that have tried to help. Keep coding and live hard.

    Puter

  3. #3
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Well, you could write the program and comunicate with the same program on another PC by using WinSockets. Do a search on this board and you will find links to a few tutorials.......

    If you wanted this to work with more than 2 people at a time, you would need a server.....that would be getting very complex at that point.....

  4. #4
    tHaPuTeR
    Guest

    Smile Thats cool

    Thanks for replying. I was talking to a friend of mine who is a big networking guru and he said something like I would need a server. Thats cool. That winsocket stuff sounds really interesting. I will definately have to check that out. Thanks a lot.

    Puter

  5. #5
    Registered User DutchStud's Avatar
    Join Date
    Oct 2001
    Posts
    43

    kindof a side question...

    servers are done with sockets too, right?

  6. #6
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    >>servers are done with sockets too, right?

    Well yeah.... they have listing sockets that wait for connection from a client

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. 2 internet connections
    By Erakis in forum Windows Programming
    Replies: 0
    Last Post: 07-01-2009, 07:14 AM
  2. Internet Problems
    By SirCrono6 in forum Tech Board
    Replies: 3
    Last Post: 04-26-2004, 09:47 PM
  3. XP Internet problems
    By Hunter2 in forum Tech Board
    Replies: 9
    Last Post: 09-18-2003, 08:56 PM
  4. Internet Publishing Laws
    By novacain in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 12-09-2002, 02:19 PM