I don't know what is going on in this piece of code. this is from a working piece of code that I have to understand.
orange::orange():
  hello_short(false),
  hello_long(false),
  foo(NULL),
  foo2(NULL),
  quiet(false)
{
  res  = NULL;
  good = true;
}
 
     
    