C++ Annotations
February 07, 2012 Tuesday
[
Lectures
] [
Documents
] [
Tutorials
] [
University
] [
Department
]
Your IP address
38.107.179.241
The Universal Declaration of Human Rights
Turkish
-
English
©CopyLeft by
Mustafa GÖKMEN
Konya / Turkiye, 2008.
Visitors
There are no copyrighted materials here.
All products, names and rights are respected to their owners.
Chapter :1 Overview
The chapters of the
C++
Annotations cover the following topics:
Chapter 1 : This overview of the chapters.
Chapter 2 : A general introduction to
C++
.
Chapter 3 : A first impression: differences between
C
and
C++
.
Chapter 4 : The `class' concept: structs having functions. The `object' concept: variables of a
class
.
Chapter 5 : Allocation and returning unused memory:
new
,
delete
, and the function
set_new_handler()
.
Chapter 6 : More About Operator Overloading.
Chapter 7 : Static data and functions: components of a class not bound to objects.
Chapter 8 : Classes having pointer members: how to prevent memory leaks and wild pointers.
Chapter 9 : The
C++
type-safe I/O library.
Chapter 10 : Gaining access to private parts from outside: friend functions and classes.
Chapter 11 : Building classes upon classes: setting up class hierarcies.
Chapter 12 : Polymorphism: changing the behavior of memberfunctions accessed through base class pointers.
Chapter 13 : Exceptions: handling errors where appropriate, rather than where they occur.
Chapter 14 : Templates: using
molds
for code that is type dependent.
Chapter 15 : Several examples of programs written in
C++
.
Maintained by Mustafa GÖKMEN, Hosted by Elektronet Ltd. Konya/TURKIYE, 2008. No rights reserved.