From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <7a746291161fe83e1df0401af21f6ce4@quintile.net> From: "Steve Simon" Date: Mon, 19 Nov 2012 09:59:27 +0000 To: 9fans@9fans.net MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] c++ Topicbox-Message-UUID: d8606306-ead7-11e9-9d60-3106f5b1d025 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. 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. anyone sugest a project that I could look at that contains well written code? failing that is there a book that teaches good style? I am refering to things like adding a leading m_ to class member variables (which looks horrid to me but I am willing to learn), and smart locks (mutexs which unlock on destruct). Thanks for any suggestions. -Steve