Next Page > Hide TOC

Introduction to C++ Runtime Environment Programming Guide

Contents:

Organization of This Document


All nontrivial C++ programs must be linked with the standard C++ library, also known as the C++ runtime. This library includes the implementations for components such as I/O streams, STL container classes, the low-level exception handling runtime, and other low-level types and classes.

This document provides background information about the C++ runtime that you may find useful if you are developing C++ programs. It also offers information about Apple’s C++ support and offers tips on how to write more compatible C++ libraries and programs.

Organization of This Document

Information about the C++ runtime environment is provided in the following articles:



Next Page > Hide TOC


© 2005, 2006 Apple Computer, Inc. All Rights Reserved. (Last updated: 2006-06-28)


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.