what are the uses of C++ | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

what are the uses of C++

I meant in what purpose does C++ uses.

3rd Nov 2016, 5:50 AM
Mashrafe
Mashrafe - avatar
9 Réponses
+ 1
C++ is used in finance, video games, high-performance embedded and real-time systems, transportation, manufacture, and other industries where determinism and precision are important. 
3rd Nov 2016, 4:56 PM
Nikunj Arora
Nikunj Arora - avatar
0
I meant for which operating system We can use it
4th Nov 2016, 3:14 AM
Mashrafe
Mashrafe - avatar
0
c++ can be used for any operating system. it is usually used to make drivers for that operating system.
4th Nov 2016, 3:28 AM
Nikunj Arora
Nikunj Arora - avatar
0
java works a little differently. it first creates something called a byte code. the OS cannot understand this byte code. the byte code is then converted to machine code by the "java virtual machine" installed on that OS. this allows the same code to run on any operating system (windows, linux, mac, etc) without any need for a change.
4th Nov 2016, 3:38 AM
Nikunj Arora
Nikunj Arora - avatar
0
I know that but do We need jre(java runtime environment) installed for running java apps?
4th Nov 2016, 5:08 AM
Mashrafe
Mashrafe - avatar
0
yes. the java virtual machine I mentioned is jre itself
4th Nov 2016, 5:24 AM
Nikunj Arora
Nikunj Arora - avatar
0
tnx, bro😃👍✌
4th Nov 2016, 5:36 AM
Mashrafe
Mashrafe - avatar
0
no problem ☺
4th Nov 2016, 5:39 AM
Nikunj Arora
Nikunj Arora - avatar
- 1
and can I build Windows apps by java?
4th Nov 2016, 3:33 AM
Mashrafe
Mashrafe - avatar