Differences Between C# Compiler and C++ Compiler Output
Differences Between C# Compiler and C++ Compiler Output
--------------------------------------------------------------------------------
There are no object (.obj) files created as a result of invoking the C# compiler; output files are created directly. As a result of this, the C# compiler does not need a linker.
--------------------------------------------------------------------------------
There are no object (.obj) files created as a result of invoking the C# compiler; output files are created directly. As a result of this, the C# compiler does not need a linker.
Comments