|
|
|
|
|
by tsimionescu
1652 days ago
|
|
C++/CLI is C++ compiled to NET CLR IL, so it has all the features of the regular C++ compiler (templates) AND all the features of the CLR (generics). It is an extremely niche language, extremely rarely used even in the .NET ecosystem, except sometimes as glue code. Normal C++, including MSVC C++, has only templates. |
|
This is the kind of tooling that makes me still reach out for C++ when going outside managed languages.