0
Is C++ better than C#
2 Answers
+ 9
It depends on the project but I'd actually go with c# over c++ for most projects.
c# is better for web applications because of its easier to manage dependencies, more standardized network-related functionality, more modern web application frameworks and tools such as ASP.net core... I would use c# for software to integrate with other Microsoft-related software and operating systems.
c++ is better for embedded software. There are many small devices and operating systems that have no support to run c#.