Search:

Type: Posts; User: Jherry

Search: Search took 0.00 seconds.

  1. Thread: Texas Hold'em

    by Jherry
    Replies
    10
    Views
    6,078

    just a quick question, are you going to be...

    just a quick question, are you going to be logging the game for us? If not, can I add a function to do so in actionNotify, and have you send me the log? How many chips will we start out with? ...
  2. Thread: Texas Hold'em

    by Jherry
    Replies
    10
    Views
    6,078

    this...

    this should explain the rules of the game pretty well. You can count me in, just tell us some of the specifics (format of the cards, how we look at the widow cards, functions for betting, etc.). I...
  3. Replies
    15
    Views
    1,724

    try this: #include//remove '.h',...

    try this:


    #include<iostream>//remove '.h', it might still work, but it's not a good habit
    #include<string>//strings just make life much easier. let's use them

    int main () {//once again, a...
  4. Replies
    4
    Views
    1,365

    >.< I didn't catch that. Thanks for your help. ...

    >.< I didn't catch that. Thanks for your help. You probably saved me hours of scratching my head looking at the wrong piece of code :) .
  5. Replies
    4
    Views
    1,365

    help debugging a checkers engine

    The problem is on line 85. The pieces move fine, but can't jump. I'm pretty sure the problem is somewhere in the conditions on my 'if' statement in there. If you want to see the problem in...
  6. Thread: my Code

    by Jherry
    Replies
    5
    Views
    915

    you can either stick cin.get(); at the end (which...

    you can either stick cin.get(); at the end (which you did in your first post, why did you change it?), or run it from the DOS prompt/konsole or whatever you're using.
  7. Replies
    3
    Views
    1,521

    program terminates when loop stops

    The following code is meant to simulate and set up a checkers board. It then asks for 2 numbers, and prints out the piece on that square. The first loop in main() runs fine, but the program ends...
  8. Replies
    2
    Views
    823

    getting information from the web

    How would I grab information from the internet in a C++ program? I would imagine I need to use a stream of some sort, but I have no clue where to start declaring this. I've tried using it as an...
  9. Replies
    46
    Views
    10,219

    I'll submit one of my old algorithms. I made it...

    I'll submit one of my old algorithms. I made it over the last day or two for this contest thread (the origonal one is in javascript). It adds the ascii value of the character it's on to the one...
Results 1 to 9 of 9