Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Apr 28th, 2007, 10:25 AM   #1
cwl157
Professional Programmer
 
Join Date: Feb 2005
Posts: 333
Rep Power: 4 cwl157 is on a distinguished road
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.
cwl157 is offline   Reply With Quote
Old Apr 28th, 2007, 11:55 AM   #2
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
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.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Apr 28th, 2007, 12:07 PM   #3
cwl157
Professional Programmer
 
Join Date: Feb 2005
Posts: 333
Rep Power: 4 cwl157 is on a distinguished road
so basically, system programming on windows is completely different?
cwl157 is offline   Reply With Quote
Old Apr 28th, 2007, 12:10 PM   #4
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
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.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Apr 28th, 2007, 1:04 PM   #5
Jimbo
Battle Programmer
 
Jimbo's Avatar
 
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 754
Rep Power: 3 Jimbo is on a distinguished road
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.
__________________
<insert disclaimer here>
<insert shameless plug for Visual Studio here>
Jimbo is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows Hook on Win9x system dc2000 C++ 0 Jul 4th, 2005 5:27 PM
Windows Programming mackenga Other Programming Languages 10 May 20th, 2005 5:11 AM
Help with finding windows programming books some1 C++ 11 Feb 9th, 2005 9:19 AM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 6:06 PM.

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