Gobelijn API documentation  - generated for commit a0cbea7
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
demos.h
Go to the documentation of this file.
1 #pragma once
2 
8 int app_copy();
9 int app_essentialops();
10 int app_exception();
11 int app_fcalls();
12 int app_hierarchies();
13 int app_poly1();
14 int app_poly2();
int app_poly2()
Demonstrates late binding.
Definition: app_poly2.cpp:37
int app_essentialops()
Demo prog for features of ctor/dtor.
int app_hierarchies()
Demo prog for ctor/dtor features in class derivation.
int app_copy()
Demo prog to demonstrate deep & shallow copy operations.
Definition: app_copy.cpp:19
int app_exception()
Demo prog for ctor/dtor features in class derivation.
int app_fcalls()
Demo prog for features of essential ops.
Definition: app_fcalls.cpp:50
int app_poly1()
Demonstrates late binding.
Definition: app_poly1.cpp:37