Re: Learning the win32 API
From: William DePalo [MVP VC++] (willd.no.spam_at_mvps.org)
Date: 02/14/05
- Next message: kanze_at_gabi-soft.fr: "Re: basic_ios::init: multiple call standard conform?"
- Previous message: Othman Kinani: "RE: [ANN]: Knowledgebase and Security-Bulletin RSS-Feed"
- In reply to: AxessTerminated: "Learning the win32 API"
- Next in thread: AxessTerminated: "Re: Learning the win32 API"
- Reply: AxessTerminated: "Re: Learning the win32 API"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 14 Feb 2005 12:51:46 -0500
"AxessTerminated" <AxessTerminated@discussions.microsoft.com> wrote in
message news:919B26FC-F5B9-45E4-ADFE-304DDEF17AD6@microsoft.com...
> I'm looking for a comprehensive tutorial on the Windows API.
The API is _huge_. It includes support for windowing, drawing, interprocess
communication, a component object model, multi-threading and
synchronization, networking, database access, I/O, telephony, multimedia,
messaging, speech recognition and speech synthesis etc. Further some of
these APIs have a native procedural slant common to C language development
as well as higher level wrappers - MFC, COM, ATL
Unfortunately, there is no easy way to attack the whole of it.
If you go here:
you will find several tutorials. The Scribble tutorial is as good a place to
start as any if your focus is desktop applications written in C++.
If there is something in particular that you want to focus on, post again
with the details. Someone may be able to point you in a direction.
Regards,
Will
- Next message: kanze_at_gabi-soft.fr: "Re: basic_ios::init: multiple call standard conform?"
- Previous message: Othman Kinani: "RE: [ANN]: Knowledgebase and Security-Bulletin RSS-Feed"
- In reply to: AxessTerminated: "Learning the win32 API"
- Next in thread: AxessTerminated: "Re: Learning the win32 API"
- Reply: AxessTerminated: "Re: Learning the win32 API"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|