Christian Mauduit <[EMAIL PROTECTED]> writes:
> BTW (not extactly your question, but it's related) in my program (
> http://www.gnu.org/software/liquidwar6/ ) I use a wrapper over gettext (
> see src/funcs.c for code snippets). The idea is to handle charset
> conversions through gettext. I also us
Hi,
William Xu a écrit :
>>I did some bits for my charting program, converting to and from utf8
>>using the libc iconv() stuff (plus some ascii-only fallbacks). You
>>could also run the iconv command-line program from within guile if you
>>don't want C code, and only have a few bits to convert.
>
Does anybody have a solution to implement delegation in goops?
I have an object that implements the full behavior of interest. Say it's
an employee object.
For whatever perverse reason, which I assure you is reasonable, I want
to wrap the employee in another object. And, for the most part, it wil