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).
Is C++ an assembly language?
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).