I'm trying to use std::strtoull in a C++ program, but compiling it I get: error: 'strtoull' is not a member of 'std' It works, if I use strtoul ('unsigned ...
確定! 回上一頁