+ 1
I want to learn C but here i find only C++ and C#, someone can give me the different between the 3?
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
+ 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 :/ )
+ 1
Volts , Martin thanks a lot for the informations, really usefull (y)
+ 1
no problem, glad it helped 😃
+ 1
C-sharp is also the language Swift (the iOS/Apple) software language was based upon.