--- Sab 23/5/09, peternilsson42 <[email protected]> ha scritto:
From: peternilsson42 <[email protected]> Object: [c-prog] Re: STL and forward declarations To: [email protected] Date: Sabato 23 maggio 2009, 06:23 > Not sure what the little Â's are. I would say your email > client is inserting them (and other characters.) Sorry for that... seems that those 'A' have to be TABs. I do not use an e-mail client, I use the Yahoo webmail. > > Simpler is... > > typedef std::vector< class DirectoryEntry> DirectoryEntryArray ; > > class DirectoryEntry > { > ... > > DirectoryEntryArray *m_array > > }; > Thank you so much for the solution. Luciano
