URL: http://www.parashift.com/c++-faq-lite/
Archive-name: C++-FAQ
=============== =============== =============== =============== =============== ===
Contents:
[1] Copying permissions
[2] On-line sites that distribute this document
[3] C++-FAQ-Book versus C++-FAQ-Lite
[4] Recent changes to this document
[5] Netiquette when posting to comp.lang.c++
[6] Big Picture Issues
[7] Classes and objects
[8] References
[9] Inline functions
[10] Constructors
[11] Destructors
[12] Assignment operators
[13] Operator overloading
[14] Friends
[15] Input/output via <iostreamand <cstdio>
[16] Freestore management
[17] Exceptions and error handling
[18] Const correctness
[19] Inheritance -- basics
[20] Inheritance -- virtual functions
[21] Inheritance -- proper inheritance and substitutabilit y
[22] Inheritance -- abstract base classes (ABCs)
[23] Inheritance -- what your mother never told you
[24] Inheritance -- private and protected inheritance
[25] Inheritance -- multiple and virtual inheritance
[26] Built-in / intrinsic / primitive data types
[27] Coding standards
[28] Learning OO/C++
[29] Newbie Questions / Answers
[30] Learning C++ if you already know Smalltalk
[31] Reference and value semantics
http://www.parashift.com/c++-faq-lit...semantics.html
[32] How to mix C and C++
[33] Pointers to member functions
[34] Container classes
[35] Templates
[36] Serialization and Unserialization
http://www.parashift.com/c++-faq-lit...alization.html
[37] Class libraries
[38] Compiler dependencies
http://www.parashift.com/c++-faq-lit...endencies.html
[39] Miscellaneous technical issues
[40] Miscellaneous environmental issues
http://www.parashift.com/c++-faq-lit...al-issues.html
Index (thousands of topics arranged alphabetically)
=============== =============== =============== =============== =============== ===
Translations:
English
Chinese, GB encoding for Chinese mainland
Chinese, Big5 encoding for Taiwan
French
http://www.ifrance.com/jlecomte/c++/.../index-fr.html
Greek
(in progress; see section [2] for details)
Polish
http://klub.chip.pl/b.krzemien/c++-faq-pl/
Portuguese
http://www.arnaut.eti.br/op/CPPFL00.htm
Russian
http://quirks.chat.ru/cpp/faq/
Turkish
(in progress; see section [2] for details)
=============== =============== =============== =============== =============== ===
Mirror sites:
USA
Argentina
http://usuarios.velocom.com.ar/asocarbol/c++-faq-lite/
Canada
http://new-brunswick.net/workshop/c++/faq
France
http://www.ensta.fr/~diam/c++/online/c++-faq-lite/
Germany
http://www.dietmar-kuehl.de/mirror/c++-faq/
Ireland
http://snet.wit.ie/GreenSpirit/c++-faq-lite/
Israel
http://www.cs.technion.ac.il/users/y.../FAQs/c++-faq/
Italy
http://web.tiscali.it/fanelia/cpp-faq-en/
Netherlands
http://home.wanadoo.nl/efx/c++-faq/
Poland
Portugal
Spain
Taiwan
http://www.cis.nctu.edu.tw/chinese/d...++FAQ-English/
U.K.
http://burks.bton.ac.uk/burks/language/cpp/cppfaq/
=============== =============== =============== =============== =============== ===
AUTHOR: Marshall Cline / cline@parashift .com / 972-931-9470
COPYRIGHT: This posting is part of "C++ FAQ Lite." The entire "C++ FAQ Lite"
document is Copyright(C)199 1-2004 Marshall Cline, Ph.D., cline@parashift .com.
All rights reserved. Copying is permitted only under designated situations;
see http://www.parashift.com/c++-faq-lit...rmissions.html
NO WARRANTY: THIS WORK IS PROVIDED ON AN "AS IS" BASIS. THE AUTHOR PROVIDES NO
WARRANTY WHATSOEVER, EITHER EXPRESS OR IMPLIED, REGARDING THE WORK, INCLUDING
WARRANTIES WITH RESPECT TO ITS MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR
PURPOSE.
C++-FAQ-Lite != C++-FAQ-Book: This document, C++ FAQ Lite, is not the same as
the C++ FAQ Book. The book (C++ FAQs, Cline and Lomow, Addison-Wesley) is much
more detailed than this document, and is available in bookstores. For details,
see http://www.parashift.com/c++-faq-lite/faq-book.html
=============== =============== =============== =============== =============== ===
[end]
Archive-name: C++-FAQ
=============== =============== =============== =============== =============== ===
Contents:
[1] Copying permissions
[2] On-line sites that distribute this document
[3] C++-FAQ-Book versus C++-FAQ-Lite
[4] Recent changes to this document
[5] Netiquette when posting to comp.lang.c++
[6] Big Picture Issues
[7] Classes and objects
[8] References
[9] Inline functions
[10] Constructors
[11] Destructors
[12] Assignment operators
[13] Operator overloading
[14] Friends
[15] Input/output via <iostreamand <cstdio>
[16] Freestore management
[17] Exceptions and error handling
[18] Const correctness
[19] Inheritance -- basics
[20] Inheritance -- virtual functions
[21] Inheritance -- proper inheritance and substitutabilit y
[22] Inheritance -- abstract base classes (ABCs)
[23] Inheritance -- what your mother never told you
[24] Inheritance -- private and protected inheritance
[25] Inheritance -- multiple and virtual inheritance
[26] Built-in / intrinsic / primitive data types
[27] Coding standards
[28] Learning OO/C++
[29] Newbie Questions / Answers
[30] Learning C++ if you already know Smalltalk
[31] Reference and value semantics
http://www.parashift.com/c++-faq-lit...semantics.html
[32] How to mix C and C++
[33] Pointers to member functions
[34] Container classes
[35] Templates
[36] Serialization and Unserialization
http://www.parashift.com/c++-faq-lit...alization.html
[37] Class libraries
[38] Compiler dependencies
http://www.parashift.com/c++-faq-lit...endencies.html
[39] Miscellaneous technical issues
[40] Miscellaneous environmental issues
http://www.parashift.com/c++-faq-lit...al-issues.html
Index (thousands of topics arranged alphabetically)
=============== =============== =============== =============== =============== ===
Translations:
English
Chinese, GB encoding for Chinese mainland
Chinese, Big5 encoding for Taiwan
French
http://www.ifrance.com/jlecomte/c++/.../index-fr.html
Greek
(in progress; see section [2] for details)
Polish
http://klub.chip.pl/b.krzemien/c++-faq-pl/
Portuguese
http://www.arnaut.eti.br/op/CPPFL00.htm
Russian
http://quirks.chat.ru/cpp/faq/
Turkish
(in progress; see section [2] for details)
=============== =============== =============== =============== =============== ===
Mirror sites:
USA
Argentina
http://usuarios.velocom.com.ar/asocarbol/c++-faq-lite/
Canada
http://new-brunswick.net/workshop/c++/faq
France
http://www.ensta.fr/~diam/c++/online/c++-faq-lite/
Germany
http://www.dietmar-kuehl.de/mirror/c++-faq/
Ireland
http://snet.wit.ie/GreenSpirit/c++-faq-lite/
Israel
http://www.cs.technion.ac.il/users/y.../FAQs/c++-faq/
Italy
http://web.tiscali.it/fanelia/cpp-faq-en/
Netherlands
http://home.wanadoo.nl/efx/c++-faq/
Poland
Portugal
Spain
Taiwan
http://www.cis.nctu.edu.tw/chinese/d...++FAQ-English/
U.K.
http://burks.bton.ac.uk/burks/language/cpp/cppfaq/
=============== =============== =============== =============== =============== ===
AUTHOR: Marshall Cline / cline@parashift .com / 972-931-9470
COPYRIGHT: This posting is part of "C++ FAQ Lite." The entire "C++ FAQ Lite"
document is Copyright(C)199 1-2004 Marshall Cline, Ph.D., cline@parashift .com.
All rights reserved. Copying is permitted only under designated situations;
see http://www.parashift.com/c++-faq-lit...rmissions.html
NO WARRANTY: THIS WORK IS PROVIDED ON AN "AS IS" BASIS. THE AUTHOR PROVIDES NO
WARRANTY WHATSOEVER, EITHER EXPRESS OR IMPLIED, REGARDING THE WORK, INCLUDING
WARRANTIES WITH RESPECT TO ITS MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR
PURPOSE.
C++-FAQ-Lite != C++-FAQ-Book: This document, C++ FAQ Lite, is not the same as
the C++ FAQ Book. The book (C++ FAQs, Cline and Lomow, Addison-Wesley) is much
more detailed than this document, and is available in bookstores. For details,
see http://www.parashift.com/c++-faq-lite/faq-book.html
=============== =============== =============== =============== =============== ===
[end]