Chapter 2. Basic C Syntax and Semantics

Chapter 2. Basic C++ Syntax and Semantics

    FAQ 2.01 What is the purpose of this chapter?

    FAQ 2.02 What are the basics of main()?

    FAQ 2.03 What are the basics of functions?

    FAQ 2.04 What are the basics of default parameters?

    FAQ 2.05 What are the basics of local (auto) objects?

    FAQ 2.06 What are the basics of constructing objects using explicit parameters?

    FAQ 2.07 What are the basics of dynamically allocated (new) objects?

    FAQ 2.08 What are the basics of local objects within inner scopes?

    FAQ 2.09 What are the basics of passing objects by reference?

    FAQ 2.10 What are the basics of passing objects by value?

    FAQ 2.11 What are the basics of passing objects by pointer?

    FAQ 2.12 What are the basics of stream output?

    FAQ 2.13 What are the basics of stream input?

    FAQ 2.14 What are the basics of using classes that contain overloaded operators?

    FAQ 2.15 What are the basics of using container classes?

    FAQ 2.16 What are the basics of creating class header files?

    FAQ 2.17 What are the basics of defining a class?

    FAQ 2.18 What are the basics of defining member functions?

    FAQ 2.19 What are the basics of adding a constructor to a class?

    FAQ 2.20 What are the basics of adding a destructor to a class?

    FAQ 2.21 What are the basics of defining a class that contains a pointer to an object allocated from the heap?

    FAQ 2.22 What are the basics of global objects?

    FAQ 2.23 What are the basics of throwing and catching exceptions?

    FAQ 2.24 What are the basics of inheritance and dynamic binding?



C++ FAQs
C Programming FAQs: Frequently Asked Questions
ISBN: 0201845199
EAN: 2147483647
Year: 2005
Pages: 566
Authors: Steve Summit

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net