Quote:
Originally Posted by John1901
Can anybody tell me in detail that which is better programming language C++ or C# (sharp) i am thinking to join the classes of one of each
|
At a very basic level, both C# and C++ have similar codes. C# is much newer to the game, however. It was introduced by Microsoft as a Java competitor in 2000. C++ has been a foundation language for many other languages, and it was introduced way back in the 1980s. Consequently, C++ has a much more prominent appearance in applications.
Both C++ and C# are object-oriented languages, although C++ is considered a harder language to work with. Both of them can be used in web and desktop applications, but C# is much more popular now for both applications. C++ is considered a more prestigious language used for applications such as games, operating systems, and very low-level programming that requires better control of hardware on the PC or server.