I have just read that programs written in machine code or assembly are usually faster than equivalent programs written in C++(or any other higher level languages). I was curious as to why this would be, since programs written in C and C++ are compiled prior to running the program. Thanks for your time.