+ 2

Which is most widely used language to be learned?

31st May 2017, 4:27 PM
Gaurav Kumar Prabhat
Gaurav Kumar Prabhat - avatar
6 Answers
+ 2
personally i suggest you c++ or java if you have never programmed something because they are the most used language today and they will learn you what oop a concept you dont find in c. But if you already have notion in programming (with oop) i suggest you do do C : you will learn things about the memory of your system you won't discover with c++ or java. But you have to know that the C language is not that much used nowaday in the development of applications.
31st May 2017, 5:30 PM
Glozi30
Glozi30 - avatar
+ 2
Java and C++ are very similar, maybie I would say that c++ is a little bit more difficult : you might need to use the memory of your system. Then in all languages there are helps to show you where are your errors in your code. It's is not specific at Java. And Java is the most used one ? I'm not really sure of that, c++ has a strong community too. Then an other thing : with java you can make a .jar that will work in any OS while c++ will create an application that only work on the OS you have compiled the code. For example if you compiled your code on windows it will generate a .exe abd .exe don't work on mac or linux, but you just have to compile your code on different OS and the problem is solved.
1st Jun 2017, 5:01 AM
Glozi30
Glozi30 - avatar
0
ohkk
31st May 2017, 4:50 PM
Gaurav Kumar Prabhat
Gaurav Kumar Prabhat - avatar
0
ok bro
31st May 2017, 5:50 PM
Gaurav Kumar Prabhat
Gaurav Kumar Prabhat - avatar
0
I think the most used one is Java. But be careful with it, the language sometimes tend to be complicated and therefor leads to some errors sometimes. Those errors should be detected and dealt. There are programs to help you do that, such as checkmarx and others you can use if you wish to. Good luck! Ben.
1st Jun 2017, 2:12 AM
Ben hart
0
hmmm..
1st Jun 2017, 2:36 AM
Gaurav Kumar Prabhat
Gaurav Kumar Prabhat - avatar