+ 36
I request the developers of SoloLearn to include the new features of C++14. C++14 is extensively developed, standardised and accepted. Concepts like "vector", "map", "list" are missing. I also request to add new questions in "challenging" to avoid the repitition of same questions. Thank u very much SoloLearn for this wonderful app..
enhancement of app
9 odpowiedzi
+ 17
Yes, and maybe an option to review questions after the challenge is over. it's very frustrating to miss a question and then not be able to figure out where I messed up.
+ 6
@Regester: I too feel the same. Its better to to have an option to review the questions after the challenge.
+ 6
So have vector, map, list etc. been taken out of STL and been added to core C++14?
+ 4
And c++11 has vector, map and list already, you just have to include their respective header
But I agree that having the possibility to use c++14 and 17 options AND a course to explain what arrived on those updates would be a nice thing
+ 3
Check out Programming Principles and Practices using C++ or The C++ Programming Languange. Gos' over exactly what you're asking for. I concur with the challenge questions point though.
+ 3
You're preaching to the choir - Amen :-)
+ 2
vector, list, etc are parts of Standard Template Library.
That would be the next level.
Be patient, learn the basics first.
+ 2
Sonic STL is a part of C++ core ^^
+ 1
Thank you Donovan (FSociety)