Windows Api Tutorial

Reply

Join Date: Mar 2004
Posts: 219
Reputation: BountyX is an unknown quantity at this point 
Solved Threads: 8
BountyX's Avatar
BountyX BountyX is offline Offline
Code Guru

Windows Api Tutorial

 
0
  #1
May 2nd, 2004
What is the windows API?
-API (application programming interface) are (in this case) messages passed between a program and the Operating System.

What can API do for your C/C++ coding on windows?
-API can be used to make graphical programs and extend communication between your program and the operating system. Using operating system specific API; however, limits which system you can run your program on (since not all operating systems use the same API). If you need a cross-platform API you can use (http://www.trolltech.com).

What about MFC?
-MFC is a set of wrapper classes for the API, it is meant to make things easier for the coder, but has several limitations and disadvantages.

Where can I learn how to program using API and make my first GUI?
-http://www.winprog.org/tutorial/

Where can I download example source code for windows based API?
-http://www.bountyx.net/files/APITUT.zip (this link is temporarily down until my server is reorganized).

I saw several requests for making GUI's in windows using C/C++ so I decided to pass this along!

Best Regards,
BountyX
A Hacker's Mind:
"I thought what I'd do was, I'd pretend I was one of those deaf-mutes..." - J.D.Salinger
Reply With Quote Quick reply to this message  
Join Date: May 2004
Posts: 141
Reputation: meabed is on a distinguished road 
Solved Threads: 2
Team Colleague
meabed's Avatar
meabed meabed is offline Offline
Junior Poster

Re: Windows Api Tutorial

 
0
  #2
May 3rd, 2004
Thnx For this good tutorial
Reply With Quote Quick reply to this message  
Join Date: Apr 2004
Posts: 3
Reputation: The Shadows is an unknown quantity at this point 
Solved Threads: 0
The Shadows The Shadows is offline Offline
Newbie Poster

Re: Windows Api Tutorial

 
0
  #3
May 4th, 2004
One quick note, when pointing to files, you don't include the trailing slash. The final slash (/) refers to a directory.

Just for anyone who had trouble downloading those files
Reply With Quote Quick reply to this message  
Join Date: Mar 2004
Posts: 219
Reputation: BountyX is an unknown quantity at this point 
Solved Threads: 8
BountyX's Avatar
BountyX BountyX is offline Offline
Code Guru

Re: Windows Api Tutorial

 
0
  #4
May 4th, 2004
Originally Posted by The Shadows
One quick note, when pointing to files, you don't include the trailing slash. The final slash (/) refers to a directory.

Just for anyone who had trouble downloading those files
oops that was a typo, links are fixed now!
A Hacker's Mind:
"I thought what I'd do was, I'd pretend I was one of those deaf-mutes..." - J.D.Salinger
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC