delegates and threads

pragma pragma_member at pathlink.com
Wed Jul 19 17:01:53 PDT 2006


In article <e9mc1n$8om$1 at digitaldaemon.com>, Johan Granberg says...
>
>void foo(){printf("%*s",a.toString());}//segfault

Just shooing from the hip, but you might want to try %.*s to print char[] (or
just use writefln() instead). ;)

- EricAnderton at yahoo



More information about the Digitalmars-d mailing list