Hi All,

I'm trying to find a good book on program design. More specifically, I'm looking for a book that talks about where to start once you have a problem that needs a software solution and continues to just before the actual coding.

Any suggestions would be greatly appreciated.

I am not sure if I understand your request properly. but if its a design book you looking for than I suggest you get a book called "Design Patterns: Elements of
Reusable Object-Oriented Software
" by E. Gamma, R. Helm, R. Johnson and J. Vlissides (1995)"Gof" ie the Gang of Four. it explores different design pattern techniques that can be used to solve just about any programming question. It will be great if you can design your programs using patterns.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.