Greetings
As the titles says I wanna know what are versions of C++ other than Standard C++ and what are the differents between those version if any!
Second question what is contained in the .exe file I'm using Microsoft compiler "Visual Studio 2010 IDE"? Is it contains the assembly instructions? if not so what is the content within the .exe file and what is the exact steps of compiling a C++ code after writing it (in detail) specially the linker part?
Thanks in advance