Yurttas/PL/OOL/Cplusplus/F/05/01/01/02/index page
Jump to navigation
Jump to search
Dr. Salih Yurttas - yurttas@zcubes.com
programming languages - design principles, implementation constructs
c++
- parameterized classes | functions - [ template ]
- parameterized class with template - homogenous multiple elementary type items
- make.i_a_00
- i_a_00.cpp
- I_A.h
- I_A.cpp
[ non-template version - int item ] - make.d_a_00
- d_a_00.cpp
- D_A.h
- D_A.cpp
[ non-template version - double item ] - make.id_a_00
- id_a_00.cpp
[ non-template version - int & double item ] - T_A.h
- T_A.cpp
[ template version - <T> - int|double item ] - make.t_a_00
- t_a_00.cpp
[ template version - int item instantiation ] - make.t_a_01
- t_a_01.cpp
[ template version - double item instantiation ] - make.t_a_02
- t_a_02.cpp
[ template version - int & double item instantiation ] - ta.cpp
[ template function with template type ] - make.t_a_10
- t_a_10.cpp
[ template version - int item instantiation ] - make.t_a_11
- t_a_11.cpp
[ template version - double item instantiation ] - make.t_a_12
- t_a_12.cpp
[ template version - int & double item instantiation ] - t_aa.cpp
[ template function with template type ] - make.t_a_20
- t_a_20.cpp
[ template version - int item instantiation ] - make.t_a_21
- t_a_21.cpp
[ template version - double item instantiation ] - make.t_a_22
- t_a_22.cpp
[ template version - int & double item instantiation ]
- parameterized class with template - homogenous multiple elementary type items
1 | 2 | 3 | class derivation - [ inheritance ] << 5 >> io | 7 | 8