01-15-2016, 11:47 AM
hello,
actually c, C++ and assembly
because you can write operating systems with them
and most of the great applications have been written with C++
actually windows has been written with C++ and linux with C
but please note that in OS development, assembly is required sometimes
object orianted of C# has been taken by classes in C++
in C# and VB .net you are based on dot net framework which is not good in most of times, load tons of dlls, dot net assemblies, which makes performance worse
actually c, C++ and assembly
because you can write operating systems with them
and most of the great applications have been written with C++
actually windows has been written with C++ and linux with C
but please note that in OS development, assembly is required sometimes
object orianted of C# has been taken by classes in C++
in C# and VB .net you are based on dot net framework which is not good in most of times, load tons of dlls, dot net assemblies, which makes performance worse

i think javascript easier to learn basic of programming Smile JavaScript is relatively easy to learn, is already right there in your browser for you to play with, and even though it's been around for a while, it's rapidly gaining popularity. Many of you who nominated it noted that your bang for the buck when learning JavaScript is huge, because you can start using it right away to build things for the web—which may very well be what many people are learning to code for. Some of you even noted that you have a headstart on more complicated languages like C and Java by picking up JavaScript first (but don't be fooled—there are few similarities between JavaScript and Java.) Plus, if you're looking to code professionally, JavaScript is in extremely high demand these days.