C plus plus version

From WikiManual
Revision as of 06:43, 29 October 2005 by Taldor (talk | contribs) (C++ design and coding standards)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

I propose we discuss the C++ design and coding standards in here. A wiki is much handier then a forum or PM's for it.

C++ design

I'd go for a Class based approach.

C++ coding standards

I would use:

  1. C++
  2. Four spaced tabs
  3. External librairies when possible (ie. Boost)
  4. SDL
  5. ...

See also

RoundTable