![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Professional Programmer
Join Date: Feb 2005
Posts: 333
Rep Power: 4
![]() |
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.
|
|
|
|
|
|
#2 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
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 |
|
|
|
|
|
#3 |
|
Professional Programmer
Join Date: Feb 2005
Posts: 333
Rep Power: 4
![]() |
so basically, system programming on windows is completely different?
|
|
|
|
|
|
#4 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
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 |
|
|
|
|
|
#5 |
|
Battle Programmer
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 754
Rep Power: 3
![]() |
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> |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
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 |