mirror of https://github.com/CGAL/cgal
71 lines
2.1 KiB
BibTeX
71 lines
2.1 KiB
BibTeX
@misc{ansi-is14882pl98,
|
|
key = {{C}{\tt ++}},
|
|
title = "International Standard {ISO/IEC} 14882:
|
|
Programming languages -- {C{\tt ++}}",
|
|
howpublished = {American National Standards Institute, 11 West 42nd
|
|
Street, New York 10036},
|
|
year = 1998,
|
|
}
|
|
|
|
@article{ Myers95,
|
|
author = {N. C. Myers},
|
|
title = {Traits: a New and Useful Template Technique},
|
|
journal = {C++ Report},
|
|
year = 1995,
|
|
month = jun,
|
|
}
|
|
|
|
|
|
|
|
%"(intro to STL, uses the concept/model style of presenting
|
|
% the STL. Austern wrote the WWW STL docs at SGI.)"
|
|
@book{Austern98
|
|
, author = "Mathew H. Austern"
|
|
, title = "Generic Programming and the STL: Using and Extending the
|
|
C++ Standard Template Library"
|
|
, publisher = "Addison-Wesley"
|
|
, year = "1998"
|
|
}
|
|
|
|
%"Introduction to C++ and STL for those who already know some C++."
|
|
@book{Stroustrup97
|
|
, author = "Bjarne Stroustrup"
|
|
, title = "The C++ Programming Language"
|
|
, edition = "3rd"
|
|
, publisher = "Addison-Wesley"
|
|
, year = "1997"
|
|
}
|
|
|
|
@book{Lippman98
|
|
, author = "Stanley B. Lippman and Josee Lajoie"
|
|
, title = "C++ Primer"
|
|
, edition = "3rd"
|
|
, publisher = "Addison-Wesley"
|
|
, year = 1998
|
|
}
|
|
|
|
%"(for const-correctness)"
|
|
@book{Meyers97
|
|
, author = "Scott Meyers"
|
|
, title = "Effective C++: 50 Specific Ways to Improve Your Programs and
|
|
Designs"
|
|
, edition = "2nd"
|
|
, publisher = "Addison-Wesley"
|
|
, year = "1997"
|
|
}
|
|
|
|
%(for CGAL's design)
|
|
@article{Fabri98
|
|
, author = {Andreas Fabri and Geert-Jan Giezeman and Lutz Kettner and
|
|
Stefan Schirra and Sven Sch\"onherr}
|
|
, title = "On the Design of {CGAL}, the {C}omputational {G}eometry
|
|
{A}lgorithms {L}ibrary."
|
|
, journal = "Software - Practice and Experience"
|
|
, volume = "30"
|
|
, pages = "1167-1202"
|
|
, year = 2000
|
|
, note = "Also appeared as INRIA Research Report 3407, 1998 and
|
|
Research Report MPI-I-98-007, Max Planck Institute for
|
|
Computer Science, 1998"
|
|
}
|