I have been learning c++ for a while now and i want to start learning GUI programming. i have been looking for a while how to make buttons and other things like text boxes. i havnt had much luck. i am usiing visual studios 2008. can anyone please help explain how to do this.
If you use the Win32 API you can create buttons, it is a bit complicated, but there are some tutorials. I recommend checking either the Windows programming forums or MSDN.
I learned all that "GUI-Stuff" using the Qt lib. (I think) It is much better documented and easier to use than the
windows stuff. Have a look at http://qt.nokia.com/products