Results 1 to 7 of 7

Thread: <dos.h> questions on C++

  1. #1

    Question <dos.h> questions on C++

    I am sorry, if it's a dum question.....


    but can anyone explain to me what is dos.h header, and what is the usuage for this header. also can anyone show some example to me.......



    thank you!!!





  2. #2
    Junior Member
    Join Date
    Sep 2001
    Posts
    26
    Is it an include?? i.e. #include <dos.h>

  3. #3
    Junior Member
    Join Date
    Sep 2001
    Posts
    26
    Alright, check it out. dos.h is a header that includes a bunch of functions that are implemented within dos (and dos only). I found a good page with some acurate examples. http://www.digitalmars.com/rtl/dos.html

  4. #4

    Talking yes

    Thank you very much

  5. #5

    well, need more

    it's a good link, but i need more inorder to understand,

    can any one explain more to me or show more links?????????

  6. #6
    Senior Member
    Join Date
    Oct 2001
    Posts
    175

    Smile Hmmm

    Hmmm, what exactly do you need explained? What a header/ library file is? or how to use the functions that are associated with the header/library file?
    Simon Templer

    \"Your work is to discover your world and then with all your heart give yourself to it. \"
    -The Buddha

  7. #7

    well..

    what i need is, how to use this function to display the directory, and do the dos work.........

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •