



Think Like a Programmer
An Introduction to Creative Problem Solving
-
-
4.8 • 4 Ratings
-
-
- $35.99
-
- $35.99
Publisher Description
The real challenge of programming isn't learning a language's syntax—it's learning to creatively solve problems so you can build something great. In this one-of-a-kind text, author V. Anton Spraul breaks down the ways that programmers solve problems and teaches you what other introductory books often ignore: how to Think Like a Programmer. Each chapter tackles a single programming concept, like classes, pointers, and recursion, and open-ended exercises throughout challenge you to apply your knowledge.
You'll also learn how to:
–Split problems into discrete components to make them easier to solve
–Make the most of code reuse with functions, classes, and libraries
–Pick the perfect data structure for a particular job
–Master more advanced programming tools like recursion and dynamic memory
–Organize your thoughts and develop strategies to tackle particular types of problems
Although the book's examples are written in C++, the creative problem-solving concepts they illustrate go beyond any particular language; in fact, they often reach outside the realm of computer science. As the most skillful programmers know, writing great code is a creative art—and the first step in creating your masterpiece is learning to Think Like a Programmer.
Customer Reviews
This book is an effective C++ training plan!
Good books focus on presenting content with art, great books go beyond that and address the subject of learning process and developing skills as well as spirit of victory, ie, the typical difficuties learners face and practically how to conquer them. How luck I am that I found such a great book on C++!
Great teachers help learners to be strong and independent to walk on their own feet. You've got to figure out everything by yourself, and nothing is more helpful than confront learners with carefully arranged problems. I can feel the honesty and passion of the author while working through this book.