How to print or check if a string is "\0" (null) terminated in the D programming language?

Salih Dincer salihdb at hotmail.com
Wed Apr 6 13:14:58 UTC 2022


On Wednesday, 6 April 2022 at 08:55:43 UTC, BoQsc wrote:
> I have a feeling that some parts of my code contains 
> unterminated strings and they do overflow into other string 
> [...]

If you suspect overflow, you can try string wrapping.


More information about the Digitalmars-d-learn mailing list