Question d’entretien chez deCarta

How to define a structure which the caller cannot get the detailed data structure internal?

Réponse à la question d'entretien

Utilisateur anonyme

11 août 2010

"void *" is OK. But the best answer is "to define a point which points to a structure" which helps compiler to check the type.