Re: Win32, writing API's etc..
From: Jack Klein (jackklein_at_spamcop.net)
Date: 11/27/03
- Next message: Jack Klein: "Re: Fastest ip address searching method/implementation"
- Previous message: Jack Klein: "Re: non-static global variables and the extern qualifier"
- In reply to: jbruno4000: "Win32, writing API's etc.."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 27 Nov 2003 05:34:28 GMT
On 26 Nov 2003 17:56:18 GMT, jbruno4000@aol.com (jbruno4000) wrote in
comp.lang.c++:
> Can anyone point me to a good on line tutorial for using Win32 and writing
> API's, or at least a good book on the subject? I need to start writing
> applications that utilize windows functionality.
>
> thanks!
In addition to what Victor said, you don't write APIs. You bought
them from Microsoft. You write code to call functions exposed by the
API that you bought.
-- Jack Klein Home: http://JK-Technology.Com FAQs for comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html comp.lang.c++ http://www.parashift.com/c++-faq-lite/ alt.comp.lang.learn.c-c++ ftp://snurse-l.org/pub/acllc-c++/faq
- Next message: Jack Klein: "Re: Fastest ip address searching method/implementation"
- Previous message: Jack Klein: "Re: non-static global variables and the extern qualifier"
- In reply to: jbruno4000: "Win32, writing API's etc.."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]