Why Does Learning C# Feel Harder Than C++ for Me?

0
5
Asked By CuriousCoder23 On

I've been trying to learn C#, but for some reason, I find it so tedious and complicated compared to C++. The syntax just feels off, and all the extra things I have to do—like constantly using dots and declaring things—are driving me crazy. Can anyone relate?

1 Answer

Answered By TechSavvy92 On

C# can definitely feel more verbose since you have to wrap everything in classes, and certain built-in APIs push for an object-oriented approach. But honestly, C++ has its own complexities like templates and move semantics that can be a real headache. I'm curious though, when you say you find it tedious, can you point to specific examples where C++ seemed easier for you?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.