For printf() we can use this format `"%.*s", cast(int)s s.length,
s.ptr`. When trying to use the same for scanf(), it says that
this specifier is invalid.
- Can we use strings with scanf? Rempas via Digitalmars-d-learn
- Re: Can we use strings with... Mike Parker via Digitalmars-d-learn
- Re: Can we use strings ... Rempas via Digitalmars-d-learn
- Re: Can we use stri... Ferhat Kurtulmuş via Digitalmars-d-learn
- Re: Can we use ... Rempas via Digitalmars-d-learn
- Re: Can we... H. S. Teoh via Digitalmars-d-learn