Is there an IDE like SharpDevelop for C++? What I'm asking, is there an IDE where you can click and drag buttons, and other things and then add the code, does that make any sense?
C++ Ide
There are many, many different ways that this is done, but they are generally API dependent. For example, there would be RAD designers for MFC, others for CLX, others for Qt and others for wxWidgets.
