23251
C / C++ / Re: Managing Large code with Object Oriented Programming
« Last post by mouser on May 30, 2008, 05:03 AM »You are well on your way to mastering it -- you've made the first few steps by coming to grips with the fact that knowing the syntax of a programming language is just the very initial step.
The most important thing is to do what you are doing: PRACTICE.
Only by writing code are you really going to get comfortable and efficient with OOP concepts. The good news is that OOP is very well suited to large projects so you are on a good path. You just need to get more comfortable with the concepts and practice.
As for books, there are a couple: Code Complete might be good (see this thread)
Maybe try "http://Thinking in C++" or another C++ book that stresses OOP concepts.
The most important thing is to do what you are doing: PRACTICE.
Only by writing code are you really going to get comfortable and efficient with OOP concepts. The good news is that OOP is very well suited to large projects so you are on a good path. You just need to get more comfortable with the concepts and practice.
As for books, there are a couple: Code Complete might be good (see this thread)
Maybe try "http://Thinking in C++" or another C++ book that stresses OOP concepts.

Recent Posts

