2 – Why Use Object Oriented Programming

Yes, I would love to talk more about object oriented programming. Often I want to solve things with functions, I think I’m inclined to think that way. But I know there is value in thinking object orintendly. Why when designing a self-driving car, for example, why do we want to use object oriented programming? Object … Read more

1 – Introduction

C++ is a lifelong learning opportunity. Here’s a secret on me: in most of my life I wrote my code in C++ and to the present day there’s C++ code I would not be able to understand. And the reason is there’s a lot of things in C++ that are really complicated. So in the … Read more