+ 1

I want to learn C but here i find only C++ and C#, someone can give me the different between the 3?

2nd Nov 2016, 9:01 PM
Abdelhay Moustaide
Abdelhay Moustaide - avatar
5 Réponses
+ 3
c is Old And nowadays isnt really used, c++ is more advanced And is kinda similar to c and is used by proffesionals for hard counting tasks , c# is used for advanced Windows applications with graphic interface, atleast this is my kind of view on these three , if you think differently leave a comment
2nd Nov 2016, 9:55 PM
Martin Kornel
Martin Kornel - avatar
+ 2
C++ is an "upgrade" of the C language. It include the notions of classes and OOP (The C don't have it). C is also older than C++ (The age isn't important) OOP (Object Oriented Programming) is a way to code everything as Object (assembly of function and variables) . It is really usefull for reusability of your code I find. C# is the language developed by Microsoft, based on C++, I think it is only compatible with Microsoft devices. I think also that the C# has automatic memory allocation, better for beginners but slower. Don't worry, they are really similar and switch between those languages is easy. ;) (I maybe did english mistakes, I'm not english, in that case sorry :/ )
2nd Nov 2016, 9:59 PM
Volts
Volts - avatar
+ 1
Volts , Martin thanks a lot for the informations, really usefull (y)
2nd Nov 2016, 10:17 PM
Abdelhay Moustaide
Abdelhay Moustaide - avatar
+ 1
no problem, glad it helped 😃
2nd Nov 2016, 10:18 PM
Martin Kornel
Martin Kornel - avatar
+ 1
C-sharp is also the language Swift (the iOS/Apple) software language was based upon.
4th Nov 2016, 1:36 AM
phil
phil - avatar