Apple Developer Connection
Member Login Log In | Not a Member? Contact ADC

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


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.
Get information on Apple products.
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Copyright © 2007 Apple Inc.
All rights reserved. | Terms of use | Privacy Notice