Domanda di colloquio di deCarta

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

Risposta di colloquio

Anonimo

11 ago 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.