Chapter Contents

Previous

Next
SAS/C Software Overview

Standard C++ Library

The SAS/C C++ Development System includes two of Rogue Wave's popular C++ packages: the Standard C++ Library and Tools.h++. The addition of these two products extends the capabilities of the SAS/C C++ Development System through a custom build of Rogue Wave's implementation of the ISO/ANSI Standard C++ Library, which includes the Standard Template Library. Tools.h++ builds on the Standard C++ Library, providing a powerful collection of production-proven classes.

The Rogue Wave Standard C++ Library avoids encapsulation and uses almost no inheritance, making it a highly efficient tool that can be used whenever performance is a major concern. The Tools.h++ package, which is also built on the Rogue Wave Standard C++ Library, encapsulates many of the features of that library so that they may be used with complex projects that require sophisticated object-oriented programming techniques.


Chapter Contents

Previous

Next

Top of Page

Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.