Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Coder's Corner Lounge (http://www.programmingforums.org/forum11.html)
-   -   windows system programming (http://www.programmingforums.org/showthread.php?t=13074)

cwl157 Apr 28th, 2007 11:25 AM

windows system programming
 
I didn't really know where to put this so I'll put it here. I am currently in a class in system programming in a unix environment with posix functions. Now I am wondering what is a good resource for learning systems programming in windows? Is it that much different? I know posix is a standard, does that mean windows uses the same standard just implemented differently? By systems programming, I don't want to do anything crazy just see the functions and write small programs to try them out and get a better feel of how windows works. Now that I have a better feel for how unix works, I thought it would be a good idea to take some time and see the same thing with windows. Thanks.

DaWei Apr 28th, 2007 12:55 PM

Posix is a standard for Unix derivatives. Neither XP nor Server 2003 support it. You may find Posix-like stuff here and there. I believe that NT could support a Posix subsystem.

cwl157 Apr 28th, 2007 1:07 PM

so basically, system programming on windows is completely different?

DaWei Apr 28th, 2007 1:10 PM

Even if the approaches have similarities, the underlying implementation is different. Go to MSDN and have a look at the Windows API to get a feel for things.

Jimbo Apr 28th, 2007 2:04 PM

There is some posix library for Windows somewhere, but I think it's pretty bad... as DaWei mentioned, you should probably look through MSDN or get a book on Windows programming.


All times are GMT -5. The time now is 2:09 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC