Skip to content

Programming Like a Pro for Teens

Best in textbook rentals since 2012!

ISBN-10: 1435459245

ISBN-13: 9781435459243

Edition: 2012

Authors: Charles R. Hardnett

List price: $22.99
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

With a fresh, new approach to C++ programming, PROGRAMMING LIKE A PRO FOR TEENS zones in on the critical thinking and problem-solving skills that are so vital for aspiring programmers to develop. Unlike other programming books that focus primarily on syntax and semantics, this one looks at the bigger picture, ultimately resulting in more sophisticated problem-solving skills and the ability to tackle even the most complex problems. It explorex the techniques used for analyzing problems using algorithms, as well as the implementation of solutions using C++ programs, a standard in the computer science field. The book presents only the features and concepts that are useful when solving the…    
Customers also bought

Book details

List price: $22.99
Copyright year: 2012
Publisher: Course Technology
Publication date: 6/29/2011
Binding: Paperback
Pages: 480
Size: 7.28" wide x 9.06" long x 0.98" tall
Weight: 1.870

Charles R. Hardnett is a professor in the Computer Science Department at Spelman College. His areas of specialty include High-Performance Languages and Compilers, Operating Systems, Embedded Systems, Computer Networks, and Computer Graphics/Gaming. He is has published research articles in the areas of High-Performance Languages and Compilers, Embedded Systems, Computer Networks, and Computer Science Education. Currently he teaches a Compuer Graphics course themed in game design and is developing a Game Design Program at Spelman College in conjunction with the Art and Music Departments. In addition, he has designed and taught introductory programming courses in C++ and introduction to CS,…    

Getting Started
The Nature of the Problems
Specifying Solutions
The Core of C++ Programming
Numerical Problems
Divide and Conquer
Small-Scale Problems
Top-Down Designs
Bottom-Up Designs
Medium-Scale Problems
Introduction to Object-Oriented Design
Classes in C++
Object-Oriented Medium-Scale Problems
Object-Oriented Large-Scale Problems