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

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

Hello all!

I currently have a serious question, what is better to use for solving problems — GNU C++14 or GNU C++17

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

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

It depends on the functions and properties you want to use for solving problems. If you do not use any it doesn't matter, but generally, C++17 has more interesting properties to use.

  • »
    »
    5 лет назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    ohh, thank u. But why some top coders use c++14?

    • »
      »
      »
      5 лет назад, # ^ |
        Проголосовать: нравится 0 Проголосовать: не нравится

      I can't say on their behalf, but probably because they don't use the features of C++17. Even though some features make the coding easier, but in competitive programming some of them are useless.