string to char* in betterC

Abby loniro7678 at twit-mail.com
Wed Mar 11 16:07:06 UTC 2020


What is the proper way to get char* from string which is used in 
c functions? toStringz does returns:

/usr/include/dmd/phobos/std/array.d(965,49): Error: TypeInfo 
cannot be used with -betterC

and I think string.ptr is not safe because it's not zero 
termined. So what should I do? realloc each string with /0?

Thank you for your help


More information about the Digitalmars-d-learn mailing list