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
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