![]() |
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. |
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 |
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.
|
| All times are GMT -5. The time now is 5:00 PM. |
Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC