Search:

Type: Posts; User: fbplayr78

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,272

    thanks, that fixed my problem

    thanks, that fixed my problem
  2. Replies
    1
    Views
    1,272

    help with sockets

    I'm writing an othello program that gets played online. The way I have to do it, when the game is over, the clients terminate and the server waits for two new players to join. FIrst, I tried to use...
  3. Replies
    6
    Views
    6,907

    Thanks for the replies, but oddly enough, the...

    Thanks for the replies, but oddly enough, the hardest solution fit my purposes the best.
  4. Replies
    6
    Views
    6,907

    converting c style strings to c++ strings

    is there any way to convert c style strings to c++ strings? I know you can go the other way, I was just curious as to whether or not you could go this way.
  5. Replies
    1
    Views
    924

    getting a string from ints

    i'm writing an othello program and at one point in the program, i need to make a string out of two ints that correspond to positions on the board. i've tried this:

    string st = "" + (char)(x+'A')...
  6. Replies
    1
    Views
    971

    strange return value

    I'm writing a binary tree and having some problems. In my delete method, I return 1 if the root is the only node in the tree and it is deleted and a 0 in every other case. When I run the program,...
Results 1 to 6 of 6