I am a PHP coder and am trying to learn some C++ to develop some toolbars for my website (for IE). While Google is a wonderful resource, SO over the past years has collected a lot of knowledge/info about programming.
So while on the interwebs I will come across C++ beginner tutorials on various C++ websites and introduction to Win32 API on MSDN,articles about COM, hooks and more, I fear that there might be a post/posts on SO about doing what I want to do in an easier manner with plenty of first hand experience with what route of development to take etc. Now these posts should be searchable given I use the right Keywords, but what if I don't know them?
The problem is that the info on SO is spread across numerous questions, with dupes & related questions adding to the mess(and sometimes adding to knowledge). Is there a plan to integrate knowledge spread across questions and bring them together, either through teamwork(ala wikibooks) or through an algorithm? For eg. a team interested in C++ could take up questions tagged with C++ and come up with a book like layout for the C++ tag Like:
C++
..
--Win32
..
----COM
..
----IE Toolbars
----IE addons
With user-edited introductions (wherever possible/needed like tag info) and related questions.
Is stackbooks on the teams mind?