Re: 2d arrays

2006-06-21 Thread Han-Wen Nienhuys
Joe Neeman schreef: Since I use 2d arrays in several places, I've put together a small class to make things a bit neater. Here's my first attempt, it only supports accessing elements and resizing (because this is all I need). Joe Looks good! -- Han-Wen Nienhuys - [EMAIL PROTECT

2d arrays

2006-06-20 Thread Joe Neeman
Since I use 2d arrays in several places, I've put together a small class to make things a bit neater. Here's my first attempt, it only supports accessing elements and resizing (because this is all I need). Joe /* matrix.hh -- declare and implement 2d arrays source file of the Flow