>what is the equivalent code of that ?
In this case:
Code:
myClass::myClass ( int a, int b, int c )
{
  mya = a;
  myb = b;
  myc = c;
}
>your brackets are not properly written probabily
...