+ 5
C,C++andC# is the same???
I assume C and C++ as the same thing But isnât C# different?? For example C,C++ #include <iostream>; C# using System; I really want to know the difference... Feel free to comment anything
2 Answers
+ 10
C is a old language which was invented in the 70s, C++ was made a few years later to improve on the C language by adding more modern features like classes & templates (in Java generics). C++ was designed to be somewhat backwards compatible with C so all of C features and libraries were ported over thats why they both use #include <lib> and both have nearly same syntax. C# was made by Microsoft. It was created to be similar to Java but with some C++ features. Thats why the syntax is different betwen C, C++ and C#.
+ 16
https://www.sololearn.com/Discuss/1177658/?ref=app
https://www.sololearn.com/Discuss/1113040/?ref=app
https://www.sololearn.com/Discuss/1082181/?ref=happen
https://www.sololearn.com/discuss/1111959/?ref=app
https://www.sololearn.com/discuss/859749/?ref=app
https://www.sololearn.com/Discuss/293438
https://www.sololearn.com/Discuss/193153
https://www.sololearn.com/Discuss/759785
https://www.sololearn.com/Discuss/219828
https://www.sololearn.com/Discuss/651748
https://www.sololearn.com/Discuss/298374
https://www.sololearn.com/Discuss/301252