CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 10 of 10

Threaded View

  1. #6
    Join Date
    Nov 2002
    Location
    Sofia, Bulgaria
    Posts
    661
    DJGPP and DEV C++ are both windows compilers and both have dirent.h so it does exist for windows

    Also are you sure that nobody has ever written a shell to _findfirst(), _findnext() and _findclose() functions that looks just like dirent.h just to make his UNIX and POSIX programs compile without change under windows
    (I see someone has done it for windows gnu c compilers but has nobody done it for windows?)

    If noone has, it sure will be easier for me to write it than change the code that I already have because, as I said, it's a LOT!
    Last edited by SeventhStar; November 21st, 2003 at 03:21 AM.
    It's only when you look at an ant through a magnifying glass on a sunny day that you realise how often they burst into flames

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured