Subj : Re: Borland 3.1 problem To : borland.public.cpp.borlandcpp From : LongJohn Date : Tue Nov 30 2004 11:01 am My cod look like -> #include #include int main () { Array arr(10,0,0); // I think that here i create arr arr.add(5); // it doesn't work ??? return 0; } Probably my cod is wrong but please tell me how can i fix it or same kind of tutorial or even link to read for .... Thank's a lot ! .