When did I say that code snippets should not be accompanied by explanation ??
All I am trying to say is that, we should have (for sake of convenience) separate places for snippets and tutorials.
An example might make things a bit more clear.
The following are 6 articles from the C++ Articles forum :
(*)
Generating prime set which add upto particular number
(*)
Exceptions Vs setjmp
(*)
Gauss-siedel method to solve system of equations
(*)
All about Static in C++
(*)
Lagranges interpolation formula
(*)
ASSERTs in C++
I think the following 3 should be listed in C++ Snippets sub-forum (under the articles forum) :
(*)
Generating prime set which add upto particular number
(*)
Lagranges interpolation formula
(*)
Gauss-siedel method to solve system of equations