Do not use std::cout for qurt's sake.
Using cout drags in std::localeconv which isn't defined on QURT. While this file is also used for POSIX, it doesn't seem to harm much to use printf there as well.
Please register or sign in to comment
Using cout drags in std::localeconv which isn't defined on QURT. While this file is also used for POSIX, it doesn't seem to harm much to use printf there as well.