|
What is the easiest coding to learn. I learned some Visual Basic and making a simple rock, paper, scissors, lizard, spock game was hard :I
|
No, I wouldn't recommend VB. It does teach its logic yes, but again, it's going to annoy you with its syntax in the future.
If I was you I'd go with C#. I would also recommend C++ but it would be a little bit complex to start with, having the same flexibility as C#. (in ring3)
If you're looking into electrical circuits, robotics or driver level coding, you should go with C++.
But again, C# also has some of these features making it easier but a little more limited, for example you cannot access the Kernel on C#, hacking becomes slightly harder. C# is also growing rapidly, .NET being updated regularly, it's being served among popular game engines. (Unity)
There's a lot more of what C# can do, but I can say no more because there are certain people on this forum who are more than in love with C++.
So just learn C#, and then, if you want, learn some C++.