• 4 Posts
  • 6 Comments
Joined 2 years ago
cake
Cake day: March 4th, 2023

help-circle

  • I normally use C++ for making new games or misc projects from scratch but I think I could save myself some work using C#. I’ve done a lot of Rimworld modding and I like the way C# works. I really like how versatile C++ is though. If I want to make my program work on an old Athlon, I can compile with 32 bit and sse1. I would be surprised if it were possible to do that with any C# compiler but I also haven’t researched to find out.