3
Chronum
7y

Does learning C++ really involve as much ambiguity of resources as I think it does, or am I overthinking it? Should I just try to start somewhere? Because it's been weeks now and I still get conflicting examples everywhere...

Comments
  • 0
    C++ is an overcomplicated language, with contradictory best practices.
    My advice is to "just start", be strict with yourself to not let yourself slip into spaghetti!
  • 1
    C++ has been here for a long time and there are different standards of it hence the ambiguity. So it'd be good for you to learn about those standards, choose one (probably the latest one) and stick to it unless you'll need to user different one 😉
  • 0
    I'm learning it myself right now and it is very gratifying when you make a breakthrough so just bunker down and stick with it
Add Comment