Hi John! I'm reviewing your C++ session today. Something you did great here in your session was to explain the C++ content in a way where you can see some of the underlying concepts. I know C++ has tons of weird, tricky underlying concepts, so I liked that you covered some of them here. For example, when you say why we use int for an integer type, which is because it's simple and small, as well as because that's just what the integer type symbol is defined as. Something that might improve your next sessions is if you included some visuals in addition to doing the hands-on code demos. With purpose-made aids, such as charts of types, learners might be able to better understand these underlying concepts such as the dizzying array of different types you can choose from in C++. If you find that this helps then run with it for all your next programming sessions!
Tutor · 1 yr. ago