Programming References for the Win32 Environment?
Pablo asks: "I have
to do some programming in Windows (for school, not by choice). To
say that I know jack-all about Windows programming would be
flattering myself. I never do any programming under *NIX without my
trusty copy of Stevens' 'Advanced Programming in the UNIX Environment'
by my side. I'm wondering if there is an equivalent 'bible' reference
book for Windows programming. Does anyone have any
recommendations?"
try java, perl, or some other cross-platform language. since you're writing for a school, it'll be easier to port the app to Linux or Macs should the school decide to change sometime in the future.
Chances are good you're developing a GUI app, so Java's Swing and Perl's Tk Libraries will do well for you.
The big plus is you dont need to learn all about MFC classes and such beforehand, hence making your life easier if you already know the abovementioned languages. You'll also have the skills of using those languages when you back to your UNIX programming.
The One Rule Of Chess You'll Ever Need: Don't play someone who carries a kit in their bookbag.
MSDN page regarding references for programming languages. (This of course is a joke)
If it ain't a Model M, it's a piece of crap.