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

Threaded View

  1. #1
    Join Date
    Oct 2009
    Posts
    40

    Posix functions and Windows

    I've read that POSIX is deprecated in Windows 8 and will be completely removed from the next release.Are all C functions Posix functions so none of C functions will work,or will only the Posix functions in libraries


    cpio.h dirent.h fcntl.h grp.h pwd.h
    sys/stat.h sys/times.h sys/types.h sys/utsname.h sys/wait.h
    tar.h termios.h unistd.h utime.h


    not work on Windows?
    Last edited by AwArEnEsS; August 30th, 2013 at 05:16 PM.

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