I want to have a class that uses generic data types. i want it to be able to use a struct, how do i create an instance of the class. i have tried:

className<struct> name;

but it doesnt work. any tips would be very helpful. i'm using the turbo C++ compiler for my program.

Thanks heaps =)