Array sizes in classes

22 May 2011

I'm writing a class which calls for an amount of data to be attached to it, however the data can be one of two different sizes. I'm not sure how to attach this to my class easily. Its just a simple char array... Any help?