According to this post :
How much truth is in this post? Should it be taken seriously by hardcore C++ programmers (game devs etc)??
Edit : There's another purpose to this question... Will C# be backward compatible with C++?
|
According to this post : How much truth is in this post? Should it be taken seriously by hardcore C++ programmers (game devs etc)?? Edit : There's another purpose to this question... Will C# be backward compatible with C++? |
|||||||||||||||||
|
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
Not a chance in hell. It would take the most drastic refactoring of a language ever to make it work with C++ and it would break every inch of existing C# code. They're most likely just trying to share the same native code generation framework. |
|||
|
|
|
Probably incorrect in the specifics. MS already has a native MSIL compiler in the form of Ngen. It wouldn't surprise me if both Ngen and cl used the same code gen back end so that they share improvements like the mentioned auto vectorization. |
|||
|
|