+ 4
C# Or C++
What is faster to learn C# or C++? I am currently doing courses on both but In donât know.
15 Answers
+ 9
C# unless you want to program low level systems Imho.
+ 7
C# for sure...
Then after learning you can jump back to c++ if need be. đđ
+ 5
My personal opinion, C#
We learned vb.net at collage and now I don't find C# so difficult because there are many similarities between the two languages.
+ 5
thank you everyone!!
I really apreciate the help
+ 3
C# uses managed code and does not support pointers unlike C++ đ€
+ 3
easy way out: C#
rough road but performance: C++
+ 3
C#
+ 2
u can use pointers in C# as well (to some extent) Sanjay Kamath
+ 2
u can use pointers in C# as well (to some extent) Sanjay Kamath .... Yes but only as managed code AFAIK đđ€
+ 1
C++ is much harder to learn but is the best programing language for me