Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pure virtual error
Message
De
01/02/2001 11:44:39
 
 
À
01/02/2001 10:43:09
Adrian Demaestri
Ministerio de Economia de La Prov. de Ba
La Plata, Argentine
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00471254
Message ID:
00471316
Vues:
19
Its an error in a C++ pure virtual function (sorry for stating the obvious). In C++ virtual functions ensure that the correct function is called for an object. Pure virtual functions however are used to define an abstract class (or an expression of a general concept) which can then be used to derive more specific classes.

You cannot directly create an object of an abstract class type, however you can use references and pointers to the original abstract class type which can lead to trouble.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform