royappa's blog

By royappa, history, 8 years ago, In English

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 >?= . . .

  • Vote: I like it
  • +5
  • Vote: I do not like it

| Write comment?
»
8 years ago, # |
  Vote: I like it +7 Vote: I do not like it

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