Search:

Type: Posts; User: soccer1223334

Search: Search took 0.01 seconds.

  1. Replies
    16
    Views
    10,782

    You have done plenty! Thank you so much, I...

    You have done plenty! Thank you so much, I actually just fixed it i<cnt-2 and j<cnt-1 is the correct way to do it. Ill post the completed code.


    #include <string.h>
    #include <stdio.h>
    struct...
  2. Replies
    16
    Views
    10,782

    I GOT IT! :D Thank you for the help!

    I GOT IT! :D Thank you for the help!
  3. Replies
    16
    Views
    10,782

    I inputed this for loop and printf statement into...

    I inputed this for loop and printf statement into the program. it does loop though all the students correctly but what should I identify %s, %d and %s in the printf statement to be? Does it have to...
  4. Replies
    16
    Views
    10,782

    How would a printf statement be implemented here...

    How would a printf statement be implemented here in order for the sorting fxn to be able to be printed in accordance with the user input (0, 1 or 2). something like?
    printf(" %s, ID: %d, has a...
  5. Replies
    16
    Views
    10,782

    Oh... I just saw your post. Thank you! In our...

    Oh... I just saw your post. Thank you! In our class we never learned how to indent and make it look all nice... Thank you for the help!
  6. Replies
    16
    Views
    10,782

    Thank you! that helped a lot! I fixed all the...

    Thank you! that helped a lot! I fixed all the compiling problems but when i run the program it doesnt sort anything and skips the fxn called... am i declaring something wrong?




    #include...
  7. Replies
    16
    Views
    10,782

    Sorting

    This is what I have so far, I think im close but im still getting errors that I havent declared things in the bottom fxn.
    Am I on the right track at least?


    #include <string.h>
    #include...
  8. Replies
    16
    Views
    10,782

    Help with Sorting Structures in Database

    Howdy! I want to sort the data inputed 3 different ways, as a choice from the user. Either Alphabetical by name, by ascending order for the ID or grades. How would I manipulate the program to sort...
Results 1 to 8 of 10