Jump to content

How do i make a GUI program in C/C++

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
putrapanj.

putrapanj.

    Newbie

  • Members
  • Pip
  • 1 posts
Hello...
Please Anyone tell me how to make a GUI program! I just can make program in DOS window. Now i want to know how make a GUI program but not use some function in compiler like Tlist,TBox,etc in Borland C++ Builder or the other compiler to make a box or new window. I've read a book that explain MFC,WIN32 API but this book also use the function in Borland C++ builder to make new box and the other. So, please some one help me or maybe what books/tutorial must i read.

#2
roboticforest

roboticforest

    Programmer

  • Members
  • PipPipPipPip
  • 110 posts
If you don't want to use Borland's classes, or if you want to limit your use of the MFC you're going to have to start with the basic Windows API.

Here's a simple tutorial to get you started:
Tutorial: Getting Started

You can also search Google for other tutorials. I found that one to be a fairly basic beginner one.

I hope this gets you going okay.
Dave