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.

Comments

Popular posts from this blog

Polymorphism concept

bulk insert into sqlserver using textfile

What is ACID properties and How SQL Server Comply to the same