2

I want to start learning a programming language, and I can't decide between JavaScripte and C ++. Seniors, please explain to an inexperienced chick what is currently relevant.

Comments
  • 2
    Why those 2?
  • 3
    I'd say don't take c++ first. There are a lot of concepts you'll have to familiarize yourself with and it can get overwhelming fast if you're new to coding. Also you'll need a ton of boiler plate for advanced stuff or use libraries. Go for js or if you can python then migrate to c++.
  • 1
    Do c# first
  • 1
    Try C first.
  • 1
    try c++ first, object pascal later...:-)
  • 0
    @Benutzername
    I thought these were the most demanded destinations
  • 0
    @KennethDavidson The most in demand programming languages are python and javascript.
    Which is good because they're also some of the easiest to learn.

    C++ is a terrible language for beginners, it has a lot of pitfalls.
  • 2
    It depends on what you want to do. If you want to go the webdev route, JS will undoubtedly be more useful than C++.
  • 2
    Id take the one that you that fits the task. Whats the goal?
Add Comment