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
9 Respostas
+ 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.
+ 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
+ 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.
+ 3
I completely agree with Hatsy Rei.
However, if you want something of a visual set of references, cheat sheet summaries, mind maps, etc... here are a bunch of links I compiled from Google searches just now.
Links are listed in the order I discovered them.
[Part 1 of 2: First set of links.]
http://hackingcpp.com
Promising, yet Not yet released:
https://www.amazon.ae/C-Illustrated-Dylan-F-Smith/dp/0134584422
https://stackoverflow.com/questions/32011751/does-symbol-table-for-c-code-contain-function-names-along-with-class-names/32012786#32012786
https://regilanj.wordpress.com/2017/06/14/c-and-c-cheat-sheet-in-a-picture/
https://github.com/clamesc/cpp-mindmap
https://www.xmind.net/m/WD6a/
http://www.fluentcpp.com/STL/
https://www.dreamincode.net/forums/uploads/monthly_08_2011/post-23746-13129175131055.png
https://www.mindmeister.com/197324674/c-program-structure
(continued...)
+ 3
[Part 2 of 2: Additional Links]
https://compucodecpp.wordpress.com/2014/02/11/function-overriding-in-c-programming/
https://blog.feabhas.com/2014/03/demystifying-c-lambdas/
http://cpprocks.com/files/c++11-stl-cheatsheet.pdf
https://s3.amazonaws.com/xmindshare/preview/c-exception-hhiyi-1239955240757.jpg
https://media.cheatography.com/storage/thumb/kemmojoo_c-exam.750.jpg
http://i52.tinypic.com/2h58olw.jpg
+ 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
+ 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
0
BroFarOps no it isnt, I need it, thats why asking for
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