7 Replies
.NET ecosystem does not have C++
$cpp
We're partnered with Together C & C++, check them out here: https://discord.gg/vnyVmAE
Or did I misinterpret the question?
Did you want to make your own compiler for c++ in .NET?
You can not compile C++ using dotnet
u can run .net in c++ thou
it requires some work if u do it in native c++
what u can do in c# is import calls from c++ libraries
if you're on Windows you could Microsoft's compiler, as part of Visual Studio
but, you need a C++ toolchain to compile C++
and the .NET toolchain isn't that
i knew you could use c libraries in c++ but not c++ libraries in c#