+ 3
Why is the c++ version in the code play ground so old?
?
6 Answers
+ 10
how do you think old? it is just with limited features, because online codeplaygrounds can't change IDEs
+ 6
Iâve asked questions about to_string and stoi before, the answer I got was itâs a glitch with some older compilers that should allow it.
Also SoloLearn doesnât completely cover C++11, they left out some parts like threads.
+ 2
It's not. It's C++11, the last major revision to the standard (C++14 and C++17 are new, not very well supported in general (especially C++17) and only add minor revisions anyway).
https://code.sololearn.com/cg2qvZ3X12E8/?ref=app
+ 2
So why can't I do this
https://code.sololearn.com/clhYM2N1NQlx/?ref=app
+ 2
Still the same
https://code.sololearn.com/clhYM2N1NQlx/?ref=app
- 2
The compiler version macro says it's C++14.