PDA

View Full Version : C++ WYSIWYG Editor


weirddemon
12-08-2008, 09:26 PM
I was wondering if anyone knew of any good C++ WYSIWYG Editors. I've googled it about a "thousand" times and I can't seem to find one.

I know some basics about programming in C++, but I wanted to see if there were any WYSIWYG editors that might make things a little bit more efficient.

Thanks for the help

Spookster
12-09-2008, 06:05 AM
Well any text editor is a WYSIWYG editor for C++. I suspect what you mean to ask for is what's a good C++ IDE (Integrated Development Environment). Assuming you are talking about developing on Windows Visual Studio is pretty decent despite my dislike of M$ products. You should provide more details such as what O/S, free open source or commercial, what kind of features do you consider to be "efficient".