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