C++ code does not “consist” of assembly code ; it consists of, well, C++ code. A compiler translates this C++ code, ultimately into executable machine code that can be run on a computer (usually under the direction of an operating system).
Read moreC++ code does not “consist” of assembly code ; it consists of, well, C++ code. A compiler translates this C++ code, ultimately into executable machine code that can be run on a computer (usually under the direction of an operating system).
Read more