Search:

Type: Posts; User: Salem

Search: Search took 0.16 seconds.

  1. When you post code, please make sure you "paste...

    When you post code, please make sure you "paste as text" and then review your post afterwards.
    It should look nicely indented in a fixed width font, as in post #6.

    > However, the random function...
  2. Sounds good to me - go for it!

    Sounds good to me - go for it!
  3. So start with some of the basics. #include...

    So start with some of the basics.



    #include <stdio.h>
    int main ( ) {
    int numPlayers;
    printf("How many players\n");
    scanf("%d",&numPlayers);
    printf("There are %d...
Results 1 to 3 of 3