Thursday, June 2, 2022

Textbook Review: Karel++: A Gentle Introduction to the Art of Object-Oriented Programming

 


This book is essentially a follow-up to the book Karel The Robot: A Gentle Introduction to the Art of Programming. Where that book was focused on introducing students to C programming, using a much pared-down programming language, this one introduces students to the concepts used in C++ and other object-oriented programming languages. Like the first book, this is tailored specifically to the Karel world and instructions. The programming language used is more complex here, as you would expect. That said, the information in the book is very basic, and it is really intended to be used in an intro to programming class. So, if you have pretty much any programming experience (and still remember it), you will be way beyond what this book will teach you. That said, if you have only done a little programming and do not remember much of it, this will definitely help refresh you on the basic concepts.

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.