I've been taking lots of notes while watching tutorials or reading documents because my memory isn't the best. I'm using a tool called shatbbt to help me write, but I'm wondering if there's a more effective way to memorize or store information. Any suggestions?
1 Answer
Writing down facts can be helpful, but it won't necessarily help you grasp the concepts fully. It might be more beneficial to focus on practicing what you've learned rather than just watching videos. Try implementing code yourself!

Totally! I actually turn concepts into my own words when I write them down. For example, with `#include`, I explain that it's like importing a library in my code—without including iostream, I can't use cout because the compiler won't recognize it. It really helps me understand better!