Search:

Type: Posts; User: tvwenger

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    3,115

    I found the problem. I was copying a char* to...

    I found the problem. I was copying a char* to another char*, so it was copying the pointer to another pointer. Therefore the pointer changed to that players name when he tried to join.

    XD

    fix...
  2. Replies
    3
    Views
    3,115

    Right, I figured that and tried it also. I...

    Right, I figured that and tried it also. I cleaned up the code a bit, but I don't know how much more I can change since I'm using Winsocks. I changed the == to strcmp() and still have the same...
  3. Replies
    3
    Views
    3,115

    Overwriting problem in IRC game bot

    Hey, so I'm writing a bot for IRC that plays blackjack. The first command is ?join which adds the player to the game. The problem is that, after (player 1) joins the game and (player 2) tries to...
Results 1 to 3 of 3