How do i become a Java programmer or learn C++?
I started with C++ but it was not easy. People will try to persuade you to turn against C++ because they don’t get it – but stick with it and you will master a powerful, efficient and very useful language. Java is generally easier but there’s some limitations and it doesn’t run as fast as C++ making it unsuitable for, say making modern computer games and running complex algorithms. If you really struggle with C++ though I suggest you check out C#. It’s as easy to use as Java, but can interact with C++ programs through dll files (you will learn about those in time) and it’s probably the best language to use for general windows application programming. It’s also much faster than Java, although still not quite as fast as C++. Learning to program is very difficult but once you learn some of the basics, things get gradually easier until it becomes a breeze. It took me about 4 years to really get to grips with C++ 100%. Now it’s easy! I would advice against learning Basic style languages tha