Can we use strings with scanf?

Rempas rempas at tutanota.com
Mon Jan 25 09:16:11 UTC 2021


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.


More information about the Digitalmars-d-learn mailing list