0
what are the uses of C++
I meant in what purpose does C++ uses.
9 ответов
+ 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.
0
I meant for which operating system We can use it
0
c++ can be used for any operating system. it is usually used to make drivers for that operating system.
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.
0
I know that but do We need jre(java runtime environment) installed for running java apps?
0
yes. the java virtual machine I mentioned is jre itself
0
tnx, bro😃👍✌
0
no problem ☺
- 1
and can I build Windows apps by java?