Jarrett Billingsley wrote: > Well, it's can't really be directly done. In D, you can easily convert a > char[] to a char*, but since a char[][] is an array of _D_ arrays of > characters, you wouldn't be able to just cast it to a char**. > > Instead, you'll have to do it manually: Ah. Thanks! :D