Search:

Type: Posts; User: Bibble

Search: Search took 0.01 seconds.

  1. I don't really know how to do that, but I'm...

    I don't really know how to do that, but I'm trying to read about it in my book.
  2. I'm afraid my ignorance of the situation has made...

    I'm afraid my ignorance of the situation has made me unaware of what information would be necessary to answer the question.

    Basically, I am tasked to modify a program to read out random cards...
  3. Trying to understand how to call 2 functions (unrelated) into main

    I have two separate mini-assignments that I need to call to main, and I don't quite understand how to do it. I know that there needs to be a function prototype for each, above main, and then each is...
  4. Nevermind, sorry, I fixed it with a couple of...

    Nevermind, sorry, I fixed it with a couple of well-placed \n's. Thanks for the help!
  5. So would I just leave the first two ranks empty,...

    So would I just leave the first two ranks empty, by starting the array off like this? :



    const char *rank_code[] = {"", "", "Two", "Three", "Four"};



    Do I need to manipulate the code...
  6. Replacing arrays in order to print the full names of cards from a deck

    I am studying for my final and we just barely had time to cover pointers and strings, so I'm having some trouble getting the hang of things.
    In the following code, I'm supposed to modify the...
Results 1 to 6 of 6