File processing in C.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • query
    New Member
    • Aug 2006
    • 1

    #1

    File processing in C.

    I have to do the following:

    a)To read the EXIF/Non-EXIF image files from the user specified directory/folder name and to store their respective image information in the form of list- Linked List

    b)From the lsited EXIF image files I have to sort (Linked list containing EXIF imzage files) them on the following basis :-

    - Name of the image files (Ascending / Descending)
    - File Date (Ascending / Descending)
    - Size of the image files (Ascending / Descending)

    Looking forward to the respose.
    Thanks.
Working...