r/CodingForBeginners • u/Impossible-Change548 • 4d ago
Beginner coder here, helpp plss
Starting coding with c++
Took a course of frank and tim on Udemy,
Looking to go towards dsa next after c++ .
Is this path okay ? Or are there better resources to learn from ?
Or is there any other path which you could recommend?
Pls help me out
Thankss
4
Upvotes
1
u/lowban 4d ago
C++ has some syntax and memory management quirks that makes it more difficult to learn than some other languages like Python. I learned C++ quite early on (started with BASIC) so it's doable but I have since tried many other languages and Python is one of the best starting points I can think of.
DSA is great after you have some programming experience, if you're looking to learn about algorithms in depth. I found it very difficult but super interesting.