2012/11/19 Steve Simon <st...@quintile.net>: > I need to learn c++ for work - people have strong opinions on > languages I know, and not everyone likes c++ but its a requirment for me.
"C++ Annotations" is good for C programers, in my opinion. http://www.icce.rug.nl/documents/cplusplus/ > I really want to develop a good sence of c++ style, I learnt C at the feet of > K&R and then the plan9 sourcecode so I learnt how to write clean elegant code > (I think :-). The problem I am finding is there are many c++ styles and I have > yet to find a clean and elegant one. I don't think that an elegant c++ style exists, not even a usual c++ subset. Every project uses his own c++ subsets and styles, so I think that adapting to every project style is the key. Andrés