|
-
Mar 1st, 2003, 10:18 PM
#1
Thread Starter
Junior Member
API's in VC++
Hi:
I'm a newbie VC++ programmer and I have a question.
I'd like to learn about API's in VC++, where to declare them, how to make reference, etc.
I don't know where could I learn such things so, please, I hope anyone could tell me a Link or may be a book or where could I find vc++ samples.
Thanks.
-
Mar 1st, 2003, 10:38 PM
#2
Frenzied Member
just #include <windows.h>
then they're all declared for you to use
-
Mar 2nd, 2003, 05:35 AM
#3
But you'd be better off learning the language itself first. In console applications.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Mar 3rd, 2003, 10:55 AM
#4
Frenzied Member
If you want to learn API programming (making sure that you have learned console programming first), you should get the book "Programming Windows" by Charles Petzold. It's the bible of Windows programming....
-
Mar 4th, 2003, 06:28 PM
#5
Fanatic Member
But don't learn all weird stuff of consoles, like centering etc. You won't sure use it!
But consoles are good to start with, learn how to declare variables and such.
-
Mar 7th, 2003, 01:46 PM
#6
Yeah, unless you're going to program utilities for the linux (or other console) world you can pretty much forget everything from the <iomanip> header.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|