Question:

How do you create an C application I'm ok untill I get to the steps of win main, and winproc, messages to os

by  |  earlier

0 LIKES UnLike

What are good examples of what command-lines in C 2008. I understand the project steps, naming and settings for source files, how can I build on knowledge of the key features I may need to know to become a C developer, what do you know about C settings and commands that you could explain to me?

 Tags:

   Report

2 ANSWERS


  1. You are referring to Win32 programs, like this:

    http://xoax.net/comp/cpp/win32/Lesson1.p...

    If you don't already know C++, you should start with that. You can start learning C++ with these video tutorials:

    http://xoax.net/comp/cpp/console/index.p...

    They are perfect for beginners. This one can get you started by showing you how to install a free compiler:

    http://xoax.net/comp/cpp/console/Lesson0...

    Here are some simple games with code downloads that you can use to get some ideas:

    http://xoax.net/comp/cpp/console/Lesson9...

    http://xoax.net/comp/cpp/console/Lesson2...

    http://xoax.net/comp/cpp/console/Lesson2...

    These tutorials can get you started with graphics programming in OpenGL:

    http://xoax.net/comp/cpp/opengl/index.ph...

    You can go through the tutorials and if you have questions on them or anything else in C++, please post to me here:

    http://xoax.net/forum/

    Enjoy!


  2. If you're making command line applications, you wouldn't be messing with WinMain and WinProcs.  I assume you're trying to make a Win32 GUI application, and don't know where to start.  Try these websites:

    http://winprog.org/tutorial/

    http://www.relisoft.com/win32/index.htm

    http://www.functionx.com/win32/index.htm

    I've used them all before, they're good.  If you want a book, try Programming Windows by Charles Petzold, ISBN: 1-57231-995-X.  That is probably the most complete book on Windows programming ever written.

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.