GUI Builder

I know some basic C++ and have heard that building a GUI is very hard in c++. I know css and was wondering if there is a way to use this and integrate into a, for example calculator program. This would be for windows. Also any other GUI builder.
Qt is pretty good.
closed account (48T7M4Gy)
Visual Studio is good too as are some others. Obviously VS is a Windows oriented IDE.

GUI's are a different world to the console but they aren't impossible to deal with especially if you surf around or buy some good reference material. In a lot of ways GUI's are easier and certainly better - that's why they exist.

Because the bGUI's are event driven (eg by a button press) programming is a lot simpler for a calculator particularly.
Topic archived. No new replies allowed.