cgal/Packages/Developers_manual/developers.bib

69 lines
2.0 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)
@techreport{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."
, institution = {Max-Planck-Institut f\"ur Informatik}
, year = 1998
, number = "MPI-98-007"
, note = "To appear in {\em Software -- Practice and Experience},
submitted 1999."
}