ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Search in Book Reviews

The ACCU passes on review copies of computer books to its members for them to review. The result is a large, high quality collection of book reviews by programmers, for programmers. Currently there are 1949 reviews in the database and more every month.
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
    View all alphabetically
Title:
High-performance Borland C++ Builder
Author:
Matt Telles
ISBN:
1 57610 197 5
Publisher:
Coriolis Group
Pages:
586pp+CD
Price:
£29-50
Reviewer:
Brian Bramer
Subject:
borland; advanced c++
Appeared in:
10-5
C++ Builder is Borland's C++ based component-based drag and drop rapid application development environment for Windows 95/NT.

This is not an introductory text for the beginner; the reader should have basic experience of using a Windows RAD (e.g. Delphi or C++ Builder) and be competent in C++ (although the components take a lot of the hard work out of application development one still needs to know C++ to understand what is going on and to be able to create efficient systems). After a brief introduction the text moves straight on to building application programs using components from the VCL (visual component library), e.g. creating Forms with controls, handling events, processing graphics and images, using the STL, using ActiveX objects, accessing databases, using the VCL in MFC based applications, reusing Delphi components in C++ Builder, directly using the Windows API, etc. There is then an introduction to extending C++ Builder by creating your own components, i.e. analysing requirements, specifying functionality, reuse of existing components, etc., followed by a discussion of wizards and details of C++ extensions used. There is also a useful FAQ section, which picks up questions likely to arise when using the tool. The CD contains all the example code and useful utilities (but not C++ Builder, you will have to buy that!).

A good readable text for the professional software engineer using this RAD tool to develop real world software where reuse of components built using other technologies is important (ActiveX, Delphi, etc.).