C
C#11mo ago
HD-Fr0sT

How do i make dotnet(.Net) compile and run c++

i dont wanna use gcc or gnu
7 Replies
Buddy
Buddy11mo ago
.NET ecosystem does not have C++ $cpp
MODiX
MODiX11mo ago
We're partnered with Together C & C++, check them out here: https://discord.gg/vnyVmAE
Buddy
Buddy11mo ago
Or did I misinterpret the question? Did you want to make your own compiler for c++ in .NET?
kurumi
kurumi11mo ago
You can not compile C++ using dotnet
leowest
leowest11mo ago
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
jcotton42
jcotton4211mo ago
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
HD-Fr0sT
HD-Fr0sTOP11mo ago
i knew you could use c libraries in c++ but not c++ libraries in c#

Did you find this page helpful?