Think Like a Programmer: An Introduction to Creative Problem Solving - localpdf.com
<b>Rewire your brain</b><br /><br /><i>Examples in this book are written in C++, but will improve your ability to think like a programmer in any language.</i><br /><br />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 <i>Think Like a Programmer</i>. 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:<br /><br /><br />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 yo
0コメント