Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
service
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
Freenet DSL
Who's Online
13 user(s) are online (11 user(s) are browsing encyclopedia)

Members: 0
Guests: 13

more...
partner

C plus plus builder

C++Builder is a popular rapid application development (RAD) environment produced by Borland for writing programs in the C plus plus. It bears close resemblance to Delphi programming language, and as a result many consider it to be a C++ version of Delphi. Most components developed in Delphi can be used in C++Builder with no modification, although the reverse is not true.

C++Builder includes tools that allow true drag-and-drop visual development, making programming easier by incorporating a WYSIWYG graphical user interface builder into its Integrated Development Environment.

Other popular visual RAD tools include Delphi_programming_language, JBuilder and C#Builder from Borland, and Visual Basic from Microsoft.

C++Builder originally targeted only the Microsoft Windows platform. Later versions incorporated Borland CLX, a cross-platform development visual component library that supports Windows and Linux.

In 2003 Borland introduced the successor to C++Builder, C++BuilderX, which was written using the same framework as JBuilder and bore little resemblance to either C++Builder or Delphi. This product was aimed at developing large programs for enterprises. However, it did not have much commercial success. As a result, Borland announced at the end of 2004 that the next version of C++Builder will be part of Delphi programming language.

=External links=

  • [http://www.borland.com/cbuilder/ C++Builder home page at Borland]
  • [http://www.geocities.com/gengiskanhg.geo/GFDL/Borland_CPP_to_ISO_CPP_translation_guide.html From Borland C++ to ISO/ANSI C++] A guide to translate C++ code for developers.