WEB и С++Builder (good news)
Бесплатная библиотека для разработки WEB приложений:
Here you will find first uniGUI build with C++ Builder support: http://www.unigui.com/component/docman/doc_download/15-unigui-pre-beta
Installation instructions are similar to Delphi with some exceptions: http://www.unigui.com/downloads/90
You must open group project in RAD Studio IDE.
Before doing anything, for each package go to Options->Linker and Select/Set Generate all C++Builder Files.
Now build all packages.
Install all design time packages.
Now you must be able to see uniGUI for C++ Builder in File->New->Other...
After starting a new C++ project you must disable Linker->Dynamic RTL
For unknown reasons building with Run Time Packages doesn't work properly. You must statically link all libs and create a single EXE. (Simply unselect Packages option.)
New C++ projects are created without a resource (.RES) file. As a result project has no default Icon. I will try to fix this in new releases.
Currently there are no demos for C++ Builder.
uniGUI C++ Projects are only tested with C++ Builder 2007 and 2009, but logically you must be able to install uniGUI and create C++ projects in all C++ Builder versions up to XE2.
Combo VCL/ISAPI projects are not supported for C++ Builder.