cpluspluscourse icon indicating copy to clipboard operation
cpluspluscourse copied to clipboard

Make explicit statement that C++ compiled "to native machine code"

Open mosolovsa opened this issue 6 months ago • 1 comments

All main implementation of the languages in the example (Java, C# and Python) are actually compiled to bytecode. IMHO it's better to clearly add explicit statement that C++ is compiled "to native machine code" unlike this languages to avoid ambiguity.

mosolovsa avatar Aug 13 '24 08:08 mosolovsa