Loading...

Think Like A Programmer

V Spraul

  • Bindwijze: Paperback
  • Taal: en
  • Categorie: Computers & Informatica
  • ISBN: 9781593274245
An Introduction to Creative Problem Solving
Inhoud
Taal:en
Bindwijze:Paperback
Oorspronkelijke releasedatum:12 augustus 2012
Aantal pagina's:256
Illustraties:Nee
Betrokkenen
Hoofdauteur:V Spraul
Hoofdauteur:V Spraul
Overige kenmerken
Extra groot lettertype:Nee
Product breedte:178 mm
Product hoogte:25 mm
Product lengte:235 mm
Studieboek:Ja
Verpakking breedte:175 mm
Verpakking hoogte:21 mm
Verpakking lengte:236 mm
Verpakkingsgewicht:499 g
Overige kenmerken
Extra groot lettertype:Nee
Product breedte:178 mm
Product hoogte:25 mm
Product lengte:235 mm
Studieboek:Ja
Verpakking breedte:175 mm
Verpakking hoogte:21 mm
Verpakking lengte:236 mm
Verpakkingsgewicht:499 g

Samenvatting

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 a