I’m a complete beginner in computer programming. I do not have any experience nor knowledge of computer programming. I’m just wondering what language I should start to learn. Should I first learn liberty basic, then go to c++? Or should I first learn c++? Any recommendations?
Basic and its derivatives are not the most useful languages around. They have limited applications but tend not to show up in serious programming. Real application development is more often done with something like Java or C++.
C++ is a difficult language to start with. It’s kind of like learning how to drive by first opening up the hood of a car and figuring out how the gear shift attaches to the transmission: Theoretically it can work, but unless you’re a masochist you probably want a shallower learning curve. Java is an okay language to start with, although if you want something really easy you can go with Javascript (which is NOT the same thing as Java). All three of these languages have a C-style syntax, unlike Basic.