6 Jul
2008
6 Jul
'08
4:35 p.m.
On Fri, 04 Jul 2008 18:59:20 +0200, Jean-Sebastien Stoezel
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