Subj : Re: Borland C 3.1 problem To : borland.public.cpp.borlandcpp From : LongJohn Date : Tue Nov 30 2004 11:10 am LongJohn wrote: > Hi guys i try to write project with dynamic array using Array class but > it doesn't work :( i can't initialize any array > > Please help my if you can !!! > > Thanks in advance. 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 alot .