I Will Take A Course Today About The C Programming So Plz
Wat's The Best One Plz
C# Or C++
Thx So Much
Wat's The Best One Plz
C# Or C++
Thx So Much
Do you mean mnemonics?donot know my friend
but i will work on building robots some friends told me to learn c# as it cud do programming of monmonics
Yes, C# is a .NET language that requires the CLR. You could use C# to develop a user interface, but to write code that runs on a microcontroller, you'll need C or C++ or whatever assembly language is relevant to the microcontroller.Well, if you want to learn programming in general, you should learn C#... but you want to learn programming for making robots, that's a diferent story....
For making robots you need to program microcontrollers, and that is done in assembly, C, basic.
But if you want to interface the robot with a computer, then you can do your programming in C# (or others like C/C++, Visual Basic 6, or VB.NET, etc.)
Also, C# is a .NET language, and you need the CLR (Common Language Runtime) same as VB.NET, though I don't know for sure, but I really don't think that you can use that to program microcontrollers.
So... in short, I think it is best to learn C/C++ because you can program microcontrollers AND in windows/linux/mac (whatever you are using).
C/C++ is the most popular programming language of all...
And on top of that C++ syntax is simmilar to C#, so if later on you decide to learn C#, it will be easy...