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 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> ]
1 |
2 |
3 |
class derivation - [ inheritance ]
<<
5
>>
io
| 7
| 8
computer science
|
texas a&m university