Array of templated classes

tsalm tsalm at free.fr
Mon Aug 18 07:44:31 PDT 2008


Hello,

Does somebody know or have a way to do this :

/* --- BEGIN ---*/
class MyClass(T) {T myData;}

void main()
{
   MyClass[] myArray;
}

/* ---  END  --- */

Thanks in advance for your help.
TSalm


More information about the Digitalmars-d-learn mailing list