Блог пользователя royappa

Автор royappa, история, 8 лет назад, По-английски

I can't get the compiler to find llabs() anymore. I've tried<cstdlib> and <cinttypes>

Or is this another thing they have irritatingly removed from C++11 along with my favorite operators like >?= . . .

  • Проголосовать: нравится
  • +5
  • Проголосовать: не нравится

»
8 лет назад, # |
  Проголосовать: нравится +7 Проголосовать: не нравится

llabs was added by C++11 and is part of stdlib: http://www.cplusplus.com/reference/cstdlib/llabs/