Open main menu
Home
Random
Log in
Settings
About ZCubes Wiki
Disclaimers
ZCubes Wiki
Search
Yurttas/PL/OOL/Cplusplus/F/05/01/02/index page
Language
Watch
Edit
Dr. Salih Yurttas -
yurttas@zcubes.com
programming languages - design principles, implementation constructs
c++
parameterized classes | functions - [ template ]
parameterized class with template - aggregate type items
array of int
array of double
template [ array of <int | double> ]
array of int and array of double
template [ array of <int,int> | <int,double> | <double,int> | <double,double> ]
1 |
2 |
3 |
class derivation - [ inheritance ]
<<
5
>>
io
| 7
| 8