How to make Applications

Hi,

Is there a tutorial in how to make Windows GUI applications?

Thanks.
Last edited on
Yes, but there are many ways to make Windows G.U.I. applications.

From what little I know about Window's Applications, regardless of what "framework"/interface you use, they are all built upon The Window's A.P.I.. So before you dive in head first it is advisable to know how Windows A.P.I. works under the hood.

Although it's not necessary to know the Window's A.P.I. to write Windows Applications in my experience, it helped me a lot to understand the overall process.

Here are some tutorials that helped me out:

Windows A.P.I.:
http://www.winprog.org/tutorial/start.html
http://zetcode.com/tutorials/winapi/

M.F.C. (Microsoft Foundation Classes):
http://www.functionx.com/visualc/index.htm

C++ .NET:
http://www.functionx.com/vcnet/index.htm

Be aware some of these tutorials are quite old!! I'm sure there are better ones out there but these are the ones I used.

I hope this helps!
I've made an archive of Console & Win32 API tutorials; http://cplusplus.com/forum/beginner/38982/
Thanks :D
Topic archived. No new replies allowed.