From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <7a746291161fe83e1df0401af21f6ce4@quintile.net> References: <7a746291161fe83e1df0401af21f6ce4@quintile.net> Date: Mon, 19 Nov 2012 17:21:26 +0100 Message-ID: From: =?UTF-8?B?QW5kcsOpcyBEb23DrW5ndWV6?= To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] c++ Topicbox-Message-UUID: d9bc8b76-ead7-11e9-9d60-3106f5b1d025 2012/11/19 Steve Simon : > 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 fee= t 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 ev= ery project style is the key. Andr=C3=A9s