ciao a tutti...
ho il seguente codice in C++:
codice:
struct TDF *Sum(struct TDF *IlF,const struct TDF *value1, const struct TDF *value2)
{
   *this = value1;
   *this += value2;
   return *this;
}
Qualcuno sa cosa vuol dire? non conosco il "This"...e qualcuno saprebbe scrivere una cosa analoga in C??
grazie...ciao...