C
C#10mo ago
HD-Fr0sT

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

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

Did you find this page helpful?