Re: What is a good book for C++ coding conventions?
From: Jonathan Turkanis (technews_at_kangaroologic.com)
Date: 03/22/04
- Next message: Hattuari: "Re: Memory Allocation: new int[s] vs. vector<int>p; p(s)"
- Previous message: Derek: "Re: What is a good book for C++ coding conventions?"
- In reply to: Hans: "What is a good book for C++ coding conventions?"
- Next in thread: Julie: "Re: What is a good book for C++ coding conventions?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 22 Mar 2004 15:50:22 -0700
"Hans" <nospam@nospam.com> wrote in message
news:c3jism$kqk$1@news4.tilbu1.nb.home.nl...
> Hello,
>
> I am looking for a good book/website with good & complete coding
conventions
> (this is more about cosmetic things like name conventions instead of
rules
> to make portable code as I asked in my previous question).
>
> Well a book/site which describe both coding conventions and rules
for
> writting portable code would be realy nice.
Here's a book I haven't read, but it got an excellent revew:
"Industrial Strength C++ Rules & Recommendations" by Henricson &
Nyquist
See
http://www.accu.org/cgi-bin/accu/rvout.cgi?from=0sb_beginner_s_c__&file=i000046a
Jonathan
Industrial Strength C++ Rules & Recommendations by Henricson &
Nyquist
- Next message: Hattuari: "Re: Memory Allocation: new int[s] vs. vector<int>p; p(s)"
- Previous message: Derek: "Re: What is a good book for C++ coding conventions?"
- In reply to: Hans: "What is a good book for C++ coding conventions?"
- Next in thread: Julie: "Re: What is a good book for C++ coding conventions?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|