comparing with c strings

denis contact at gantsevdenis.fr
Thu Nov 23 18:29:09 UTC 2023


Let's say I have a D application, with some callbacks from C, 
where some arguments to the callbacks are `const char* path`. 
What is the recommended way to compare them to D strings? Without 
making allocations, if that's possible


More information about the Digitalmars-d-learn mailing list