06-25-2008, 06:29 PM
Simply because c++ is on a totally different level than assembly. Assembly is telling the computer EXACTLY what to do, c++, however just says it indirectly.
It is not that easy to decompile an exe written in c++. This is why windows is so hard to understand if you look into all these files in the system32-folder. You can't directly see the source code, it's way harder to understand asm, where variable-values are just pushed around.
Long explanation, short summary: C++ <=/=> Debugged
It is not that easy to decompile an exe written in c++. This is why windows is so hard to understand if you look into all these files in the system32-folder. You can't directly see the source code, it's way harder to understand asm, where variable-values are just pushed around.
Long explanation, short summary: C++ <=/=> Debugged
Silverthorn / Blue Phoenix
~ Breaking LFE since 2008 ~
"Freeze, you're under vrest!" - Mark, probably.
» Gallery | » Sprites | » DeviantArt
~ Breaking LFE since 2008 ~
"Freeze, you're under vrest!" - Mark, probably.
» Gallery | » Sprites | » DeviantArt