Darren New wrote:
> 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.
I have no concept of what you're talking about - but you're probably
right...
Post a reply to this message
|