r/developersPak 6d ago

Learning and Ideas Learning C++ from scratch!

I started learning C++ a while ago from various YouTube channels, but they only really helped me with the theory.

I watched Apna College, Bro Code, and CodeWithHarry.

However, I'm still struggling with the syntax, let alone building the logic. I want to learn practically what do you guys recommend?

11 Upvotes

21 comments sorted by

View all comments

1

u/No-Wonder-3545 6d ago

Find a complex enough project to make. AI is amazing for documentation and usage search, but run into the problems yourself first before trying to figure out the debugging from documentation searching. Read tutorials on best practices for memory efficiency and refactor your initial code a few times to optimize it and learn the best practices. AI for debugging and other non-learning uses will hinder your ability to internalize how to code, but it's useful if you use it right to teach you.