I need to allocate an array of ints dynamically.

I want to do something like:

m_pint = new int [100][100];

What is the correct definition of m_pint so that the above code will compile?

TIA

Best regards,
David Stroupe
Keyed-Up Software
5307 Faireast Court
Arlington, Texas 76018-1683
817/557-4903 voice
817/472-0408 fax

Reply via email to