View Single Post
Old 02-01-2005, 12:48 AM   #7 (permalink)
Valmont
[code][/code] enforcer
 
Valmont's Avatar
 
Join Date: Mar 2003
Location: Netherlands
Posts: 1,544
Valmont is on a distinguished road
Oops, in my original code change to this (I initialized the matrix wrong):
Code:
class object 
{
public:
  object() : array(2,2) //  this has been changed now.
  { }  
  C2DMatrix<int> array;
};
__________________
Valmont is offline   Reply With Quote