Code:
typedef unsigned long integer ULI;

class SecureHA
{
 private:

 ULI H[5]={23,54,27,45,64};   //ERROR HERE!
...
...
...
}:
The compiler will not let me initialise this array within the class definition, any ideas why?