Search:

Type: Posts; User: chelpme

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,652

    ah yes you are correct there is no avg in my...

    ah yes you are correct there is no avg in my program I meant to type 'avg1'. So I tried rearranging the variables like this:


    int idNum[10] = {0};
    int test1[10] = {0};
    int test2[10] = {0};...
  2. Replies
    3
    Views
    1,652

    beginner help with selection sort

    hi all I am trying to use a selection sort on an array but I keep getting a debug error I've never seen before:
    "Run Time Check Failure #2- Stack around the variable 'avg' was corrupted." any help...
  3. Replies
    5
    Views
    1,016

    thanks, it works perfect now.

    thanks, it works perfect now.
  4. Replies
    5
    Views
    1,016

    beginner array help

    Hi all. I am trying to find a way to read a file which has 10 lines and 4 columns of numbers and assign it to my arrays. The file itself is opening ok but for some reason it only reads the last line....
Results 1 to 4 of 4