![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Apr 2008
Posts: 6
Rep Power: 0
![]() |
C++ Gui
Hey, I'm fairly new to programming and just started up on C++. i've got a great deal of questions, but i'll start it simple:
how do you implement GUI with C++? i've found this tutorial(http://www.winprog.org/tutorial/), but it appears to just be in C, so I was wondering if there was a good C++ GUI tutorial out there. I want to learn about this early so that I don't have to make changes to my code in order to accommodate a GUI. |
|
|
|
|
|
#2 |
|
Hobbyist Programmer
|
Re: C++ Gui
http://www.relisoft.com/win32/index.htm Seems to offer a reasonable Win32 API (C++) tutorial, however i strongly advise that you go through the basic etc of C++ before moving straight into the Win32 API. Everything will make much more sense to you.
CProgramming.com Offer a good introduction to the C++ language and cover some more advanced subjects. These can also be a good reference site. Hope this information can help you out Chris
__________________
Who said i couldn't program sarcasm = raw_input('Type in a sarcastic remark: ')
|
|
|
|
|
|
#3 |
|
PFO God In Training
![]() Join Date: Jun 2005
Location: near St Louis, MO. (USA)
Posts: 489
Rep Power: 4
![]() |
Re: C++ Gui
GUI is pretty complex type of programming and you need to feel pretty confortable with the language before starting it. QT is a good c++ gui platform. And the last time I checked so is Borland C++ Builder compiler.
__________________
I Like Ike. Vote for Dwight Eisenhower this November. --This message brought to you by the the Procrastinators Club Of America. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Win32 GUI CreateWindowEx() | d_heyzie | C++ | 2 | Jan 9th, 2008 12:46 AM |
| Which GUI toolkit is best for me? | inhahe | Python | 7 | Dec 9th, 2007 9:34 AM |
| Dos based Gui | Damienallen | C | 12 | Oct 1st, 2007 10:09 AM |
| question regarding GUI factory. | rwm | C++ | 3 | Aug 17th, 2007 8:58 AM |
| Which is easier for making a GUI program? | 357mag | Java | 6 | Jul 29th, 2007 5:08 PM |