+ 2
Does knowing C++ make you better at C#?
I'm Learning C# as my first language but I have the impression that C# makes things easier, which is good but it also means I don't really need to know how some things are done because they are done automatically. I'm also "noob" so this might be quite a stupid question but would I understand some things better in C# if I learned C++ before C#?
3 Respuestas
+ 10
Absolutely having knowledge of any language makes it easier to learn new ones but it's not compulsory because the course available here is helpful for beginners so hava a go and best of luck👍👍
+ 5
yes!
its even not matter what programming language , js html css or php somehow it help you :D
+ 3
C is the base language for both C++ and C#
You are learning C#
Continue learning. If you want to learn C# also, you will want to parellel process the different syntaxes.
Note them down on paper, make sample programs for later remembering, etc.
If you really want to go back to classics, learn C.
You'll notice similarities between languages.