how to study the generic programming ?
know how to learn a language : just write enough codes and read more codes.
But about the generic programming in c++ seems difficult to learn because there are so many language details to pay attention . And i donot know how to practice the gp what i 've learned . i think i should get some thoughts about the gp but not only learn these ****ing details . You see, it 's dull and easy to forget . :P.
So , can you share your experience about the generic programming with me ? I just want to be an expert of the c++ but not a common user :D.
Thanks in advance .
[解决办法]
http://www.yuanma.org/data/2007/0213/article_2304.htm
[解决办法]
http://blog.csdn.net/guanwl/archive/2007/02/26/1514609.aspx
[解决办法]
generic programming ...
you shuld lean something from STL.
think why we use STL
think how we use STL
think how the STL actualized
then u may know how to learn it.
u said :just write enough codes and read more codes
but don 't u think we must think more while we do something?
if u know why we use GP,u will know how to practice the gp that u 've learned.