+ 1
I'm looking to learn C, but I keep on seeing C# is this the same thing?
Coding in C
3 Antworten
+ 6
C, Objective C, C# and C++ are all variations on the same language but with different uses. For instance C++ is derived from C but C++ is object oriented whereas C is not. C# on the other hand uses the Microsoft Net framework (the core functional library).
Apart from some small differences with the way the languages are used and implemented there isn't much semantic difference between them, once you learn one you will be able to use them all.
+ 4
There is no C course yet, but there will be one: https://www.sololearn.com/learn/1139/?ref=app:
0
I think you could learn C++ and it would be close to C, but I'm not sure.