dr. salih yurttas
-
yurttas@cs.tamu.edu
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 T0 and array of T1 ]
ta.cpp
[ template function for testing ]
make.t_a_00
t_a_00.cpp
<int,int>
make.t_a_01
t_a_01.cpp
<int,double>
make.t_a_02
t_a_02.cpp
<double,int>
make.t_a_03
t_a_03.cpp
<double,double>
make.t_a_10
t_a_10.cpp
<int,int>
<int,double>
<double,int>
<double,double>
1 |
2 |
3 |
class derivation - [ inheritance ]
<<
5
>>
io
| 7
| 8
computer science
|
texas a&m university