+ 16
in which os can i use c++ developed software.
please help me to choose correct programming language for windows and android. Thank you.
9 Respuestas
+ 8
so i have to use c++ or java language for windows plateform.
+ 12
is c++ right language
+ 2
For Windows you can use both c++ and java,since java is platform independent.But for Android you can only use java
+ 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.
+ 1
Windows, for which you can use also c# (with the .NET framework) and python
For Android you mainly use java, Javascript and XML
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
0
Java language is good
0
Windows, as it has built-in C++ support. Interpreters, however, don't make Mac or any other OS superior to Windows.
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.