943,902 Members | Top Members by Rank

Ad:
  • C++ Discussion Thread
  • Unsolved
  • Views: 24649
  • C++ RSS
May 2nd, 2004
0

Windows Api Tutorial

Expand Post »
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
Similar Threads
Reputation Points: 28
Solved Threads: 9
Posting Whiz in Training
BountyX is offline Offline
222 posts
since Mar 2004
May 3rd, 2004
0

Re: Windows Api Tutorial

Thnx For this good tutorial
Team Colleague
Reputation Points: 55
Solved Threads: 3
Junior Poster
meabed is offline Offline
139 posts
since May 2004
May 4th, 2004
0

Re: Windows Api Tutorial

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
Reputation Points: 11
Solved Threads: 0
Newbie Poster
The Shadows is offline Offline
3 posts
since Apr 2004
May 4th, 2004
0

Re: Windows Api Tutorial

Quote 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!
Reputation Points: 28
Solved Threads: 9
Posting Whiz in Training
BountyX is offline Offline
222 posts
since Mar 2004

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C++ Forum Timeline: Any better way of implementing this recusively?
Next Thread in C++ Forum Timeline: confused with errors in c++





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC