We are rewriting the Vector class for my C++ class, and I stupidly left my notes at school (home for Easter). I have a T* contents and in the default constructor I need to make it a C-style array of size zero. I think it was something like contents = new Array(0) but I'm not sure, and if Google knows it's not telling. Can anyone help me out? Thanks.