Search:

Type: Posts; User: JLan

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    1,322

    Dude, Thankyou so...

    Dude,
    Thankyou so much!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! :D

    It works perfectly!

    god damn i love this forum

    cheers
    Thanks again
  2. Replies
    7
    Views
    1,322

    Hi Dave, Heres my code so far, any idea how I...

    Hi Dave,
    Heres my code so far, any idea how I could implement the code you suggested into my sort function.
    The file I use is just a txt file with information seperated by commas.

    cheers
    John
  3. Replies
    7
    Views
    1,322

    Thats easier said than done, because the regNo...

    Thats easier said than done, because the regNo field is made up of 8 characters. Only the first two characters denote the year of entry i.e. 97220132, 00343821 etc.

    Is there a way of adding two...
  4. Replies
    7
    Views
    1,322

    Sort by 97, 98, 99, 00, 01, 02 etc.

    I have a sort function and I want to sort my registration numbers by 97, 98, 99, 00, 01 etc. at the moment it works by 00, 01, 02, 97, 98, 99 etc. Any ideas?




    void sortRec() // Sort records...
  5. Replies
    4
    Views
    2,301

    Hey Praveen, Thanks very much man. Thanks a...

    Hey Praveen,
    Thanks very much man.
    Thanks a Million!

    Its all become so clear to me now! :D

    Dont want to be cheeky, but any chance you could help me with my final problem?
    I want the sort...
  6. Replies
    4
    Views
    2,301

    Sorting strings in an array

    Hi everyone,
    Im trying to sort my array of student details by registration number. I have no idea how to go about it, but here is my code so far if anyone can help.

    [CODE]
    #include <string.h>...
  7. Replies
    5
    Views
    5,221

    Hi everyone, Thanks for your help so far! ...

    Hi everyone,
    Thanks for your help so far!

    However, I need a little more help.

    Here is my program so far:



    #include <string.h>
  8. Replies
    5
    Views
    5,221

    Hi, thanks for the code, I understand some of it...

    Hi, thanks for the code, I understand some of it :)
    Is there any chance you could give me a very basic example so I can build on that myself?

    Cheers
    John
  9. Replies
    5
    Views
    5,221

    Putting strings into an array from a text file.

    Hi All,

    I have a text file with the following information:
    Bloggs,Joe,26-07-82

    I want to split this information into different fields, which will be stored in an array.

    My first problem is...
Results 1 to 9 of 9