Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Question for the C++ gurus
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00368531
Message ID:
00369135
Vues:
13
Dont forget the destructor!
Class Foo
{
Public
Foo Foo();// default constructor
Void ~foo(); /* default destructor, in the actaul call, free up all resiources used by the class , basicly undo the constructor*/
}
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform