Yurttas/PL/OOL/Cplusplus/cpp/05/01/02/02/index page
Jump to navigation
Jump to search
Dr. Salih Yurttas - Yurttas@bitsofcode.com
programming languages - design principles, implementation constructs
c++
- parameterized classes | functions - [ template ]
- parameterized class with template - aggregate type items
- T_A.h
- T_A.cpp
[ template version - array of int|double ] - make.t_a_00
- t_a_00.cpp
[ template version - array of int ] - make.t_a_01
- t_a_01.cpp
[ template version - array of double ] - make.t_a_02
- t_a_02.cpp
[ template version - array of int&double ] - t_t_a.cpp
[ template test function ] - make.t_a_10
- t_a_10.cpp
[ t_t_a<int> ] - make.t_a_11
- t_a_11.cpp
[ t_t_a<double> ] - make.t_a_12
- t_a_12.cpp
[ t_t_a<int>, t_t_a<double> ]
- parameterized class with template - aggregate type items
1 | 2 | 3 | class derivation - [ inheritance ] << 5 >> io | 7 | 8