sss's blog

By sss, history, 5 years ago, In English

Hello all!

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

  • Vote: I like it
  • -7
  • Vote: I do not like it

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

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 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

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

    • »
      »
      »
      5 years ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      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.