Thread: Reading File names

  1. #1
    Registered User
    Join Date
    Jul 2002
    Posts
    24

    Lightbulb Reading File names

    How can I read the content of a floppy and store it in an array ?
    So that I can access the names of the files, one at a time.

  2. #2
    Registered User moi's Avatar
    Join Date
    Jul 2002
    Posts
    946
    the posix opendir closedir and readdir functions are implimented in djgpp
    hello, internet!

  3. #3
    Registered User
    Join Date
    Jul 2002
    Posts
    24

    Exclamation Headers

    What header files do I have to include to use these functions ?

  4. #4
    Registered User
    Join Date
    Jul 2002
    Posts
    24

    Lightbulb malloc

    Moi what is this Malloc function nad what is it used for ?

  5. #5
    Registered User moi's Avatar
    Join Date
    Jul 2002
    Posts
    946

    Re: malloc

    Originally posted by RaviRaj
    Moi what is this Malloc function nad what is it used for ?
    you do know that the malloc() example is in my signature, and has nothing to do with answering your question, right?
    hello, internet!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 7
    Last Post: 02-02-2009, 07:27 AM
  2. Inventory records
    By jsbeckton in forum C Programming
    Replies: 23
    Last Post: 06-28-2007, 04:14 AM
  3. Simple File encryption
    By caroundw5h in forum C Programming
    Replies: 2
    Last Post: 10-13-2004, 10:51 PM
  4. Unknown Memory Leak in Init() Function
    By CodeHacker in forum Windows Programming
    Replies: 3
    Last Post: 07-09-2004, 09:54 AM
  5. what does this mean to you?
    By pkananen in forum C++ Programming
    Replies: 8
    Last Post: 02-04-2002, 03:58 PM