in which os can i use c++ developed software. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 16

in which os can i use c++ developed software.

please help me to choose correct programming language for windows and android. Thank you.

5th Oct 2016, 9:35 AM
Sandeep Thakur
Sandeep Thakur - avatar
9 Answers
+ 8
so i have to use c++ or java language for windows plateform.
7th Oct 2016, 6:58 AM
Sandeep Thakur
Sandeep Thakur - avatar
+ 12
is c++ right language
5th Oct 2016, 9:36 AM
Sandeep Thakur
Sandeep Thakur - avatar
+ 2
For Windows you can use both c++ and java,since java is platform independent.But for Android you can only use java
25th Nov 2016, 5:09 PM
Alen Antony
Alen Antony - avatar
+ 2
Excluding C++, they all require a gargantuan runtime. I am unsure of Swift, however. Python's runtime is not that big, but is so modular that it is awfully confusing for the end user. I would recommend C++ for desktop development, as it runs out of the box, and is fairly cross platform. On Android, Java is your best bet. Excluding C++ (you can see a trend here), all the others have compatability dependencies on Android.
26th Nov 2016, 4:56 AM
Varun Ramani
Varun Ramani - avatar
+ 1
Windows, for which you can use also c# (with the .NET framework) and python For Android you mainly use java, Javascript and XML
25th Nov 2016, 9:29 PM
Salvatore Correnti
Salvatore Correnti - avatar
0
c++ is sure a must, but if you like android java is sure a nr1 language on that platform. remember also who when you are great on 1 language pass to another is easier than start from 0 :) also in windows there is a lot of programs in java. PS: i don't like java :D
5th Oct 2016, 12:13 PM
Ernesto Salvetti
Ernesto Salvetti - avatar
0
Java language is good
20th Nov 2016, 3:01 AM
Piyush mishra
Piyush mishra - avatar
0
Windows, as it has built-in C++ support. Interpreters, however, don't make Mac or any other OS superior to Windows.
25th Nov 2016, 8:14 PM
undefinedVoid()
undefinedVoid() - avatar
0
C++ is multiplatform just as Java. However, Java code needs to be compiled only once, while on c++ you need to compile a separate build for every type of machine.
29th Nov 2016, 2:15 PM
Jakub Bielas
Jakub Bielas - avatar