Title: [msvc] Re: dynamically allocated multi-dimensional array

Ehsan writes:

>  
>
> m_pint = new int [100][100];
>  
>
> How about something like std::vector< std::vector< int > >?
> Best regards,

Good one Ehsan!!
Thanks

David Stroupe
Keyed-Up Software

Reply via email to