Style programs

How can I make the visual aspect of programs instead of only being able to debug and get the cmd-box. I mean to creat an actual program with buttons and stuff. I have been searching my ass of trying to figure it out but I just can't find any useful info. Is it a special template I have to download or something?
There are many ways of achieving this; you need to use a GUI library.
Great, thank you very much! Can you recommend any?
http://www.lmgtfy.com/?q=C%2B%2B+GUI+Example

There's plenty out there, all that searching you did must have been when you didn't know the correct term. ;)
Last edited on
Yea, I guess I'll find one. But I did search and I saw it was a bunch of different ones so I thought I could need some advice on which is better. I guess I'll go for wxWidgets?
Last edited on
If you're interested in some hard-core windows programming, check out the Win API. Not an easy undertaking to learn, but (I think) worth it.
Google for forger's win32 API tutorials-----:) i dont remember link.
Thanks, I'll check out Win API
I think this is the link Mazd was referring to. http://www.winprog.org/tutorial/

Good luck!
wxWidgets is like WinAPI only easier and crossplatform.

go with wx.

Qt is another popular option.
Topic archived. No new replies allowed.