looking 4 a C++ lang map | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

looking 4 a C++ lang map

there is some good place with a map of the full C++ language with "all" its features and standards (C++11, etc) in a correct structure to know what to learn focusing on difficulty lvl and dependences? I know C++ reference site, but someone else that is focused to learn instead of a consulting encyclopedia structure to people that already knows enough? thx have a nice day

17th Aug 2019, 3:48 AM
BinaryEden
BinaryEden - avatar
9 Answers
+ 11
I wouldn't suggest learning all of C++11 based on a roadmap, because it isn't practical. What happens when you've grasped the basics of C++ (or any programming language for that matter) is that you begin solving problems and code katas. After encountering problems that you cannot solve easily without the use a template or a structure available in the STL, only then you proceed to learn how to utilize that particular construct. What I'm trying to point out is that effective learning of these constructs (vectors, stack, queue, etc) or features (lambda, variadic templates, etc) often stem from the rise of need, instead of a static roadmap.
17th Aug 2019, 4:13 AM
Hatsy Rei
Hatsy Rei - avatar
+ 10
(cont) Of course, if you still wish for a roadmap or something similar, a popular SO thread would be this one. https://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list/388282#388282
17th Aug 2019, 4:17 AM
Hatsy Rei
Hatsy Rei - avatar
+ 9
You want a map of the full C++ language with all its features categorised based on the standard. That's cppreference. https://en.cppreference.com/w/ But you also don't want to consult "encyclopedia structures". Take note that if you are asking for a full map, you probably shouldn't expect to end up with a site providing colourful flash cards. The C++ reference site is what you are looking for, and no, it's not just for people who already know enough. You get full documentation and examples of how a features works. If you encounter material that you do not understand within the reference, that's when you should consult the Q&A.
17th Aug 2019, 4:02 AM
Hatsy Rei
Hatsy Rei - avatar
17th Aug 2019, 5:05 AM
David Carroll
David Carroll - avatar
+ 2
this sounds more like a statement of helping others than a question or the question is somewhere tangled in this... please clarify and edit your question per content guidelines so that we can help you... https://code.sololearn.com/WNo9MMla940n/?ref=app https://www.sololearn.com/discuss/1316935/?ref=app
17th Aug 2019, 3:54 AM
BroFar
BroFar - avatar
+ 2
Hatsy Rei thx 4 feedback, I just was asking for a reference but oriented to in which order learn and all this stuff, 4 learners
17th Aug 2019, 4:13 AM
BinaryEden
BinaryEden - avatar
0
BroFarOps no it isnt, I need it, thats why asking for
17th Aug 2019, 3:55 AM
BinaryEden
BinaryEden - avatar
0
thx all 4 share, the only I miss is a site w interactive exercises like solo learn, but with no annoying countdowns, and ir can config which topics it throws, the best
17th Aug 2019, 11:20 AM
BinaryEden
BinaryEden - avatar