Title: Message
 
m_pint = new int [100][100];
 
How about something like std::vector< std::vector< int > >?

Reply via email to