Search:

Type: Posts; User: quzah

Search: Search took 0.16 seconds.

  1. Replies
    18
    Views
    3,796

    Ah, I didn't see the && loc == -1. I was thinking...

    Ah, I didn't see the && loc == -1. I was thinking his just returned the last match.


    Quzah.
  2. Replies
    18
    Views
    3,796

    int array[6] = { 1,2,3,4,5,1 }; int answer =...

    int array[6] = { 1,2,3,4,5,1 };
    int answer = searchInt( array, 6, 1 );


    Quzah.
  3. Replies
    18
    Views
    3,796

    Note that this does not necessarily give the same...

    Note that this does not necessarily give the same output as the first function.


    Quzah.
  4. Replies
    18
    Views
    3,796

    I still don't know what you are trying to do:Your...

    I still don't know what you are trying to do:Your file has 2 columns. The first one says what? Go to line 1 and see if it's 7?


    Quzah.
  5. Replies
    18
    Views
    3,796

    while (e==1) { int scoreCheck,idNum; ...

    while (e==1)
    {
    int scoreCheck,idNum;
    id[ctr]=idNum;
    scoreCheck=searchInt(id,ctr,idnbr);
    if (scoreCheck<0)
    {
    printf("not found\n");
    fprintf(OutFile,"not...
Results 1 to 5 of 5