"Honestly, for most development tasks, C# is the way to go. It's more high-level and easier to learn, plus it's widely used in Windows and Unity dev. C++ is still a beast for systems programming and performance-critical code, though."
I gotta go with C# for simplicity and readability. If you're building a Windows desktop app, it's hard to beat the .NET framework. Plus, it integrates well with other Microsoft tools like Azure.
"Yo, guys, I'm a bit biased, but C++ is where it's at for me. The performance and control it offers are unmatched, plus it's not so bad once you get used to the syntax. But hey, C# has its own strengths, especially when it comes to ease of use and .NET integration."