0
Tips to starting c# do I start with c first or what?
Nil
7 Réponses
+ 5
Remember to use the search bar before posting.
https://www.sololearn.com/Discuss/1209824/?ref=app
https://www.sololearn.com/Discuss/708938/?ref=app
+ 2
No.
C, C++ and C# are pretty different (mainly C and two others)
Just start with C#
+ 2
You have to decide what you want to learn, but there are many similar things so no problem. Just keep trying
+ 2
Hello!
If you have no knowledge at all of C# I would advise you to take the course here on SoloLearn, that will give a basic understanding of the language, after that since you want to use it mainly for Unity, you should go learn the Unity API and search for some specific tutorial for it, because even if it uses C#, most of the things you will use are proper of the engine rather then to the language itself!
+ 1
C Language is the parent of c++. The traditional logic of earlier languages was 'Top-down' so when 'object oriented progamming' came in, c++ was developed. C# came after c++. In answer to your question, you can start with C Language just to get used to syntax and he use of functions with parameter passing.
+ 1
Hope starting with c# won't affect my knowledge of python....
Nd m learning dis for unity3D
0
Tank you all devs