Answer the question
In order to leave comments, you need to log in
How does C++/CLI work?
I read the article https://m.habrahabr.ru/company/mailru/blog/304748/ and a small question arose, how does C++/CLI work? Does it compile like regular C++ or how is C# converted to bytecode? Or, for example, managed is converted to bytecode, and unmanaged is compiled and then called from the managed part of the code?
PS: Perhaps the porridge in the question turned out, please do not throw stones)
Answer the question
In order to leave comments, you need to log in
There, the same compiler as in C ++, the managed one is compiled into bytecode, and the unmanaged one into machine code, then a bridge is made (one is called from the other).
C++/CLI is not C++.
Accordingly, there is all the managed code.
Even pointers ^
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question