Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > Book on Windows .h's

Reply
Thread Tools

Book on Windows .h's

 
 
Chris Schumacher
Guest
Posts: n/a
 
      07-27-2004
Has a book been published that explains how to use the Windows-specific
header files? (windows.h, etc)
I've been reading the header files themselves, and have managed to make
some sense out of them, but I'm getting tired of groping around in the
dark, and don't think I'm doing a very good job of figuring out what
each does.

Thanks.

-==Kensu==-
 
Reply With Quote
 
 
 
 
Rolf Magnus
Guest
Posts: n/a
 
      07-27-2004
Chris Schumacher wrote:

> Has a book been published that explains how to use the
> Windows-specific header files? (windows.h, etc)


Probably. You should best ask this question in a newsgroup about windows
programming. comp.lang.c++ is only about the C++ language defined by
the ISO standard, which does of course not contain any Windows specific
headers.

 
Reply With Quote
 
 
 
 
Mike Smith
Guest
Posts: n/a
 
      07-27-2004
Chris Schumacher wrote:

> Has a book been published that explains how to use the Windows-specific
> header files? (windows.h, etc)
> I've been reading the header files themselves, and have managed to make
> some sense out of them, but I'm getting tired of groping around in the
> dark, and don't think I'm doing a very good job of figuring out what
> each does.


You're essentially asking if any books have been published about Windows
programming in C and/or C++. You're *kidding*, right?

--
Mike Smith
 
Reply With Quote
 
Wim Deprez
Guest
Posts: n/a
 
      07-27-2004

"Chris Schumacher" <kensu__@hotmail.com> escribió en el mensaje
news:Xns95338479A8410kensuhotmailcom@207.115.63.15 8...
> Has a book been published that explains how to use the Windows-specific
> header files? (windows.h, etc)
> I've been reading the header files themselves, and have managed to make
> some sense out of them, but I'm getting tired of groping around in the
> dark, and don't think I'm doing a very good job of figuring out what
> each does.
>
> Thanks.
>
> -==Kensu==-


well have you tried the msdn library? I'm not a fan, but at least you can
start there:
http://msdn.microsoft.com/library/de...windowsdev.asp

good luck, but try to stick as much to the ISO standard path as you can,
don't get lost in the dark forest!

--wim


 
Reply With Quote
 
Jonathan Turkanis
Guest
Posts: n/a
 
      07-27-2004

"Chris Schumacher" <kensu__@hotmail.com> wrote in message
news:Xns95338479A8410kensuhotmailcom@207.115.63.15 8...
> Has a book been published that explains how to use the

Windows-specific
> header files? (windows.h, etc)
> I've been reading the header files themselves, and have managed to

make
> some sense out of them, but I'm getting tired of groping around in

the
> dark, and don't think I'm doing a very good job of figuring out what
> each does.


There's a 900-volume series by Microsoft Press about the Platform SDK
with titles such as 'Inside MqOal.h' and 'Programming MMCObj.h'

Jonathan



 
Reply With Quote
 
Dave Townsend
Guest
Posts: n/a
 
      07-28-2004
There's a lot of books out there on Windows programming, not
necessarily about the header files, but useful none the less.

I think you'll find Win32 Programming by Rector / Newcomer about
the best, its probably more than 1000 pages long, good chatty style,
lots of meaty examples, covers everything from the GUI windows
stuff, to the utility and system related things.

I think this is a better book than the Microsoft Press series, although
you'll find these useful - I'll take that back, get Jeffrey Ritchter's book
on the Win32 api - that has some create examples too.

dave


"Chris Schumacher" <kensu__@hotmail.com> wrote in message
news:Xns95338479A8410kensuhotmailcom@207.115.63.15 8...
> Has a book been published that explains how to use the Windows-specific
> header files? (windows.h, etc)
> I've been reading the header files themselves, and have managed to make
> some sense out of them, but I'm getting tired of groping around in the
> dark, and don't think I'm doing a very good job of figuring out what
> each does.
>
> Thanks.
>
> -==Kensu==-



 
Reply With Quote
 
ChadBl
Guest
Posts: n/a
 
      07-28-2004
*Most* of the Windows books in the last 10 years have been about MFC
programming, the braindead, bloated and slow wrapper classes for the
Win32API.

The difference is, if you want to write a simple "Hello World" app in
Windows, an MFC app would (by default) generate at least a couple hundred
lines of code and link in 6 different lib files before you even type in your
own code, and in contrast, a Windows.h/Win32API based project would allow
you to produce the same app with 5 lines of code.

I know the original post was off-topic in this group, but I have a of
respect for Windows developers that are willing to learn low-level [low
overhead] Windows development.


"Mike Smith" <> wrote in message
news:...
> Chris Schumacher wrote:
>
> > Has a book been published that explains how to use the Windows-specific
> > header files? (windows.h, etc)
> > I've been reading the header files themselves, and have managed to make
> > some sense out of them, but I'm getting tired of groping around in the
> > dark, and don't think I'm doing a very good job of figuring out what
> > each does.

>
> You're essentially asking if any books have been published about Windows
> programming in C and/or C++. You're *kidding*, right?
>
> --
> Mike Smith



 
Reply With Quote
 
 
 
Reply

Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Book report (it took me 16 years to read the book ) Mara Computer Support 4 04-11-2008 03:35 PM
Re: Book report (it took me 16 years to read the book ) VanguardLH Computer Support 0 04-10-2008 03:13 PM
Does anyone got the e-book for the book MCTS Training Kit (70-528) =?Utf-8?B?WWlu?= MCSD 0 11-18-2006 03:30 AM
"Java Performance Tuning Book" anyone read this book? coltrane Java 2 09-27-2006 01:13 PM
awt book+java animation book Thanasis \(sch\) Java 1 10-14-2004 03:02 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57