|
|
Invisible wrote:
> (and AFAIK in plain C) you *must* expose all implementation details of a
> type in order for anybody else to be able to touch it.
Nah. Just use a forward-declared struct and pass pointers to it. You
know, like fopen/fread/fwrite/fclose. Note those haven't changed since
the first edition of K&R.
--
Darren New / San Diego, CA, USA (PST)
Remember the good old days, when we
used to complain about cryptography
being export-restricted?
Post a reply to this message
|
|