Sample Template Code
Introduction to C++ templates
Array.hh - A sample templated class (
Colourized HTML
|
source code
)
Array.cc - The templated class implementation. Do
NOT
compile this file! (
Colourized HTML
|
source code
)
ArrayInst.cc - The instantiation file for the array. Compile this file instead of Array.cc! (
Colourized HTML
|
source code
)
main.cc - A small driver (
Colourized HTML
|
source code
)
Makefile
- A sample Makefile
Questions and bug reports to Hannah C. Tang (
hctang
)