Best GUI Designer IDE [closed]

1

I'm currently using Visual Studio 2012, and to create window applications, I need to use C ++ / CLI, but I've seen that it's outdated (wikipedia). What would be another alternative? is WxWidgets recommended?

    
asked by anonymous 23.12.2014 / 02:41

1 answer

2

wxWidgets is excellent and quite complete. You also have several other component libraries to choose from.

A good page to start is this one: link this compares with wxWidgets: link

Now do not confuse component library with GUI to mount screens. They are 2 separate things. No software to mount screens will suit you completely. Soon the screen is too complex for any screen editor to accompany. You can use wxFormBuilder or wxSmith from Code :: Blocks to mount the initial version. Then get the code and put it in your program including the future components "on hand."

    
23.12.2014 / 03:26