+ 1
How to remember coding
So I am learning now oop in c++ but I can’t remember things in it Give me a idea
1 Risposta
+ 1
Don’t worry it’s normal to forget when learning programming especially concepts like OOP in C++. The key is practice. Just reading or watching tutorials isn’t enough — you need to write code regularly. Try these
- Finish the C courses on Sololearn first — it makes C++ much easier to understand since C++ is built on top of C
https://www.sololearn.com/en/learn/courses/c-introduction
https://www.sololearn.com/en/learn/courses/c-intermediate
- Build small projects (like a student class, bank account system, or simple game)
- Repeat concepts by re-writing them from scratch without looking at notes
- Explain topics to yourself or to a friend (teaching helps memory)
- Use flashcards or notes for important keywords (inheritance, polymorphism, etc.)
- Solve exercises daily instead of cramming
Over time your memory will stick because your brain connects the concepts with actual practice. Keep going and good luck!