Search:

Type: Posts; User: Amos Bordowitz

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    2,653

    You are amazing! I can't believe how much...

    You are amazing!
    I can't believe how much patience you have.
    Thanks a lot :)
  2. Replies
    11
    Views
    2,653

    I wanted to edit the last message to add code but...

    I wanted to edit the last message to add code but for some reason I can't so sorry for the multiple replies.
    I realized that after all the changes I made you will need the new code.

    signatures:
    ...
  3. Replies
    11
    Views
    2,653

    Nope, I was wrong.. There are still 2 bugs and I...

    Nope, I was wrong..
    There are still 2 bugs and I cannot figure them out :\

    1. once or twice a game it suddenly skips a player.
    2. Almost after every round (after player 4 has played or...
  4. Replies
    11
    Views
    2,653

    To the best of my knowledge - I have corrected...

    To the best of my knowledge - I have corrected all the problems ad the game works :)
    Thanks a million @anduril462! I have learned quite a lot through your comments!
  5. Replies
    11
    Views
    2,653

    OK - Fisrt off - the intrenal sort has been...

    OK -
    Fisrt off - the intrenal sort has been repaired and also the problem with "player 5" :)
    I still cannot figure out why it doesn't stop at the end of every round..
    this code, in my mind,...
  6. Replies
    11
    Views
    2,653

    wow thanks a lot! I will try your corrections...

    wow thanks a lot!
    I will try your corrections and post my results later on.
    Much appreciated!
  7. Replies
    11
    Views
    2,653

    Thanks! That last comment means a lot :) ...

    Thanks! That last comment means a lot :)

    signatures:


    #ifndef CARDS_GAME_H
    #define CARDS_GAME_H

    #define DENOMENATOR 13 /* card per suit */
    #define DECK_SIZE 52
  8. Replies
    11
    Views
    2,653

    Problem with a very simple card game

    first of all I am very new. Only 3 weeks into a very intensive course.
    Secondly this will be very long. I appologize in advance. Thanks for your patience!
    We were tasked with writing a very...
  9. Replies
    2
    Views
    2,781

    YUP!!! Thanks a million! :) You rule @absurd :)...

    YUP!!! Thanks a million! :)
    You rule @absurd :)
    mods - feel free to mark this as solved.
  10. Replies
    2
    Views
    2,781

    binary number to decimal

    Hi all.
    I am very new to programming and have been working on a program that can receive decimals or binary numbers and convert them. The decimal --> binary works fine. For some reason I cannot...
  11. Replies
    2
    Views
    747

    Yup. Downed by a semicolon. Literally the first...

    Yup. Downed by a semicolon. Literally the first thing to check. A hard-learned and valuable lesson!
    The program now works perfectly. Thanks a million!



    Unfortunately this is demanded by our...
  12. Replies
    2
    Views
    747

    code not working... help?

    First off I must stress that I am an absolute beginner. My friend and I were working on a piece of code that will sort an array using a "MAX" checker (i.e going through the array and looking for the...
Results 1 to 12 of 12