Re: C++ Guidelines
Pete Vidler <pvidler@mailbl ocks.com> wrote:
[color=blue]
> Daniel T. wrote:
> [snip][color=green]
> > Check out these two books:
> > "Large-Scale C++ Software Design" by John Lakos[/color]
>
> I've heard of this one, but isn't it seriously out of date? I've also
> heard that he has some strange guidelines like not using namespaces?
>[color=green]
> > "Object-Oriented Design Heuristics" by Arthur J. Riel[/color]
>
> I'll look into it, thanks.
>[color=green]
> > This site may also be helpful:
> > <http://www.chris-lott.org/resources/cstyle/>[/color]
>
> Most of the links there appear to be documents detailing naming
> conventions and recommending a given style for the placement of braces.
> I'm looking for more along the lines of design guidelines like I posted
> (there was one good page there though, thanks).
>
> I don't really need the basic stuff (I know most of them), but I am
> looking for more advanced guidelines (with justifications, like the one
> about making virtual methods private).[/color]
Try the articles at this site:
<http://tinyurl.com/2tt4h >
Pete Vidler <pvidler@mailbl ocks.com> wrote:
[color=blue]
> Daniel T. wrote:
> [snip][color=green]
> > Check out these two books:
> > "Large-Scale C++ Software Design" by John Lakos[/color]
>
> I've heard of this one, but isn't it seriously out of date? I've also
> heard that he has some strange guidelines like not using namespaces?
>[color=green]
> > "Object-Oriented Design Heuristics" by Arthur J. Riel[/color]
>
> I'll look into it, thanks.
>[color=green]
> > This site may also be helpful:
> > <http://www.chris-lott.org/resources/cstyle/>[/color]
>
> Most of the links there appear to be documents detailing naming
> conventions and recommending a given style for the placement of braces.
> I'm looking for more along the lines of design guidelines like I posted
> (there was one good page there though, thanks).
>
> I don't really need the basic stuff (I know most of them), but I am
> looking for more advanced guidelines (with justifications, like the one
> about making virtual methods private).[/color]
Try the articles at this site:
<http://tinyurl.com/2tt4h >
Comment