| Off Topic > Off Topic |
| Programming Megathread |
| << < (67/241) > >> |
| Glass Joe:
--- Quote from: ZSNO on January 21, 2016, 05:59:56 PM ---What things from C++14 are you actually going to use? --- End quote --- eh, I just went with the latest version so I'd have the most stuff available |
| ZSNO:
--- Quote from: Glass Joe on January 21, 2016, 06:27:46 PM ---eh, I just went with the latest version so I'd have the most stuff available --- End quote --- If you don't know what's added, then you're probably not using it, just sayin' |
| $trinick:
--- Quote from: ZSNO on January 21, 2016, 07:21:36 PM ---If you don't know what's added, then you're probably not using it, just sayin' --- End quote --- It's not like it produces any slower a program to use a C++14 compiler to compile older C++ than it is to use an older compiler to compile the same code. Actually, I would assume that they are making casual optimizations to various parts of the compiler as they go about developing it. |
| ZSNO:
--- Quote from: $trinick on January 21, 2016, 09:13:55 PM ---It's not like it produces any slower a program to use a C++14 compiler to compile older C++ than it is to use an older compiler to compile the same code. Actually, I would assume that they are making casual optimizations to various parts of the compiler as they go about developing it. --- End quote --- A C++14 compiler will definitely produce a faster program, but to say "using C++14" is silly. |
| Foxscotch:
--- Quote from: ZSNO on January 21, 2016, 09:21:02 PM ---but to say "using C++14" is silly. --- End quote --- why? |
| Navigation |
| Message Index |
| Next page |
| Previous page |