株式会社極東書店トップ > 商品一覧 > Using the STL: The C++ Standard Template Library. Second Edition 2000
商品詳細
Using the STL: The C++ Standard Template Library. Second Edition 2000
・ISBN 978-0-387-98857-3 paper EUR 99.99
¥26,726.- (税込) ※(※)価格はご注文時の参考価格となります。
納品価格につきましては書籍の入荷時点で確定となります。
版元の原価改定、外国為替の変動等により異なる場合がございますので、予めご了承下さい。
お気に入り
★★★
| 著者・編者 | Robson, Robert, |
|---|---|
| 出版社 | (Springer-Verlag New York Inc., US) |
| 出版年月 | 1999 |
| ページ数 | 594 pp. |
| 言語 | ENG |
| ニュース番号 | <A04-79789> |
解説
A lot has happened since the first edition of this book was written. When the first edition was prepared, there was only one version of the Standard Template Library (STL) available-the Hewlett-Packard version. Since then, several other versions have appeared from major compiler and library vendors. This is in an effort to conform to the recent International Standards Organization/International Electrotechnical Commission (ISO/IEC) C++ standards, which define the STL as part of the Standard C++ Library. As expected, the STL is becoming widely available and an accepted part of C++ program development. This is good. Unfortunately, the proliferation of implementations makes it difficult to exactly define the STL. We now have mul- tiple implementations, many of which are slightly incompatible with one another. The reasons for this are largely due to different capabilities of the compilers on which they are implemented. Many compilers do not implement the most recent features of the language since production of standards often precedes conform- ing implementations by many months. This will improve over time as the com- pilers add the necessary capabilities to support the full STL.