Search:

Type: Posts; User: Incompetence

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    933

    Okay, I tried to just initialize it after players...

    Okay, I tried to just initialize it after players gets input



    scanf("%d", &players);

    int sums[players];


    But that still gave me junk. Any ideas for a work around?
  2. Replies
    4
    Views
    933

    disc golf program troubles

    Hey!

    I was trying to write a simple program to tally each players score in a game of disc golf, then display it at the end. Maybe there's a better approach I could use?

    Anyways, I keep getting...
Results 1 to 2 of 2