6 Jul 18:35
Re: New to Boost C++ - Dynamic Arrays
Boris <boriss <at> web.de>
2008-07-06 16:35:19 GMT
2008-07-06 16:35:19 GMT
On Fri, 04 Jul 2008 18:59:20 +0200, Jean-Sebastien Stoezel <js.stoezel <at> gmail.com> wrote: > Hello, > > I am interested in supporting dynamic arrays in my C++ application. I > read about STL, which somehow brought me to Boost C++... > > I see Boost C++ provides the Array library, which only seems to > support static arrays... Does Boost C++ support dynamic arrays? Any > example I could use to understand how this work? I created a constant array whose size can be set at runtime a few years ago. I just uploaded it to the vault - see http://www.boostpro.com/vault/index.php?action=downloadfile&filename=boost_carray.zip Boris
RSS Feed