When I try to compile this code:
class ScoreDistanceRestraints
{
double asdfasdsfa( 0);
};
int main ()
{
return 0;
}
I get three errors that say:
expected identifier before numeric constant
expected ',' or '...' before numeric constant
ISO C++ forbids declaration of 'parameter' with no type
---------------------------------------
Levin, Andrew Michael
Vanderbilt University
Email: [EMAIL PROTECTED]
