January 31, 2012 Formatted input specifiers not implemented | ||||
---|---|---|---|---|
| ||||
What is the state of formatted input? There has been changes at some point. %x or %o don't work anymore: int i; int j; readf(" %o %x", &i, &j); phobos/std/format.d(2690): Parsing spec 'o' not implemented. Same error for '%x'. (Of course '%s' works but doesn't know octal or hexadecimal.) Is this ever going to be implemented? Should I be using some other method? Ali |
Copyright © 1999-2021 by the D Language Foundation