Link to home
Start Free TrialLog in
Avatar of alan_stephens
alan_stephens

asked on

information on OO information/web sites ?

Im a novice in C++ terms but am an experienced
C programmer. Im starting a C++ project at the moment
and although I find the syntax fine, Im not that confident
about my design and how to design the class structure,etc.

Where are the best sources of information on the internet
to help me along ??????

Thanks in advance.
Alan.
ASKER CERTIFIED SOLUTION
Avatar of Answers2000
Answers2000

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of yonat
yonat

The place to start is http://www.cetus-links.org - don't get overwhelmed by the amount of sites, just start with some tutorials.

I maintain a site with OO tips at http://www.kinetica.com/ootips - I hope you'll find it useful.

I would also like to recommend reading some books about OO. I recommend that you start with Robert Martin's "Designing Object Oriented C++ Applications Using The Booch Method" and Gamma et al. "Design Patterns". I have more detailed book recommendations at http://www.kinetica.com/ootips/bboks.html .
Avatar of alan_stephens

ASKER

sorry for the delay - this is fine.
thanks again.