[EMAIL PROTECTED] wrote: > > Does someone have some good references on C++ coding standards / > paradigms? Singleton and other funky words I've seen fly by the last > couple of days don't mean much to me. c++ links: www.cuj.com www.gotw.ca OOD links: www.laputan.org/drc/drc.html (in general, at www.laputan.org you will find a lot of good links) If you don't have the design patterns book (E. Gamma et al.) (which is *ABSOLUTELY* a must), search with google: singleton, factory, template, strategie, decorator, flyweight, visitor, abstract factory, facade, chain of responsability, mediator there are more, but these are imo the most important ones. You should now a bit of uml to understand the diagrams. Cheers, -- Joaquín Cuenca Abela [EMAIL PROTECTED]
- some comments about our C++ code... Joaqu�n Cuenca Abela
- Re: some comments about our C++ code... Aaron Lehmann
- Re: some comments about our C++ code... Joaqu�n Cuenca Abela
- Re: some comments about our C++ code... Mike Nordell
- Re: some comments about our C++ code... Sam TH
- Re: some comments about our C++ code... rms
- Re: some comments about our C++ code... jskov
- C++ refs [was: some comments about our C++ c... Joaqu�n Cuenca Abela
- C++ refs [was: some comments about our C++ c... Mike Nordell
- Re: some comments about our C++ code... Martin Sevior
- Re: some comments about our C++ code... Joaqu�n Cuenca Abela
- Re: some comments about our C++ code... Joaqu�n Cuenca Abela
- Re: some comments about our C++ code... Martin Sevior
- Re: some comments about our C++ code... Joaquin Cuenca Abela
- Re: some comments about our C++ code... Michael D. Crawford
- Re: some comments about our C++ code... Dom Lachowicz
