Discussion:
WYSIWYG type of IDE for C++
(too old to reply)
Sanje²v
2009-11-29 02:18:49 UTC
Permalink
Hi to all,
I love writing code in C++ like you guys. But every time I have to
write a Windows app, I there is a huge amount of monotonous code to be
copied. For example, creating a control and positioning it in code is
tedious. Is there any VB6 like WYSIWYG type of IDE for C++? (not MFC
please) I tried using mixed code with managed C++ but the code becomes
more complex to understand and manage this way, isn't there an add-on
for VC++ 2008 for generating code for windows drawn by programmers?

Thanks.
Sanjeev
Alex Blekhman
2009-11-29 07:35:40 UTC
Permalink
[...] isn't there an add-on for VC++ 2008 for generating code
for windows drawn by programmers?
There is dialog resource editor that allows you to create a dialog
box layout with all controls etc. Also, there are 3rd party
solutions from Qt or WxWidgets. Some of them may provide their own
visual editor for GUI.

Alex

Loading...