Difference between revisions of "Recommended Reading"

From Apache OpenOffice Wiki
Jump to: navigation, search
(C++ Programming)
(C++ Programming)
Line 17: Line 17:
 
**preliminary, but free [http://www.kuzbass.ru:8086/docs/isocpp/ draft]
 
**preliminary, but free [http://www.kuzbass.ru:8086/docs/isocpp/ draft]
 
**official [http://webstore.ansi.org/ansidocstore/product.asp?sku=ISO%2FIEC+14882%3A2003 c++ standard] (2003er revision, huge price tag)
 
**official [http://webstore.ansi.org/ansidocstore/product.asp?sku=ISO%2FIEC+14882%3A2003 c++ standard] (2003er revision, huge price tag)
 +
 +
 +
Simply indispensable:
 +
* Exceptional C++ - Herb Sutter - Publisher: Addison-Wesley
 +
* More Exceptional C++ - Herb Sutter - Publisher: Addison-Wesley
 +
* Exceptional C++ Style - Herb Sutter - Publisher: Addison-Wesley
 +
* Effective C++ 2nd edition - Scott Meyers - Publisher: Addison-Wesley
 +
* Effective STL - Scott Meyers - Publisher: Addison-Wesley
 +
 
*A really complete resource for the essential stuff written about C++ is [http://accu.org/ ACCU's] (Association of C/C++ Users) collection of [http://accu.org/index.php/book_reviews?url=view.xqy book reviews]
 
*A really complete resource for the essential stuff written about C++ is [http://accu.org/ ACCU's] (Association of C/C++ Users) collection of [http://accu.org/index.php/book_reviews?url=view.xqy book reviews]
  

Revision as of 09:11, 6 September 2006

Recommended Reading

This page collects both bibliography as well as links to online literature. The scope is development of OOo, in various programming languages.

Software development in general

C++ Programming

The basics:

  • C++ Primer 3rd edition - Stanley B Lippman, Josee Lajoie - Publisher: Addison-Wesley
  • Accelerated C++ - Andrew Koenig, Barbara Moo - Publisher: Addison-Wesley


The reference:

  • The C++ Programming Language Special Edition - Bjarne Stroustrup - Publisher: Addison-Wesley
  • the ISO C++ standard
    • preliminary, but free draft
    • official c++ standard (2003er revision, huge price tag)


Simply indispensable:

  • Exceptional C++ - Herb Sutter - Publisher: Addison-Wesley
  • More Exceptional C++ - Herb Sutter - Publisher: Addison-Wesley
  • Exceptional C++ Style - Herb Sutter - Publisher: Addison-Wesley
  • Effective C++ 2nd edition - Scott Meyers - Publisher: Addison-Wesley
  • Effective STL - Scott Meyers - Publisher: Addison-Wesley
  • A really complete resource for the essential stuff written about C++ is ACCU's (Association of C/C++ Users) collection of book reviews

Java Programming

Python Programming

OOo Basic Programming

Personal tools