Quote:
|
Originally Posted by ssb
When .NET be able to compile and link statically, create self contained executables, create kernel level code or drivers, I will definatelly drop my unmanaged C++ compiler
|
It can, when you build C++ projects. You can choose to include the .NET libraries or the normal STL library of functions, in which case your final executable doesn't need the .NET framework (obviously) and can be linked statically