help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] How can I build a char**?


From: Bonzini
Subject: Re: [Help-smalltalk] How can I build a char**?
Date: Mon, 22 Jul 2002 08:47:07 +0200

> Could anyone give me a hint how I can build a char** like
>    mesg[0] = "                               ";
>    mesg[1] = "<C>Hello World!";
>    mesg[2] = "                               ";
> ?

Build a CArray of CStrings and fill in the CStrings one by one.  IIRC the
GDBM module can be of some help when dealing with C data structures.

The trick was understanding the various kinds of dereferencing primitives.

Paolo






reply via email to

[Prev in Thread] Current Thread [Next in Thread]