+ 6

What is difference between the application of c++ and c#

10th Nov 2016, 10:11 AM
Ādïtyâ Râtân
Ādïtyâ Râtân - avatar
3 Answers
+ 3
To state it simple, C# was an attempt to make C++ look like Java. This is because Java was and remains until today the preferable language for object oriented programming and constitutes the basis of other modern languages like Android and Scala. Thus, almost all developers are familiar to its syntax and logic. It was created by Microsoft in order to be included in its famous .NET framework and to be used mainly for the implementation of their web applications back end. In order to make their framework competitive and more attractive to software development enterprises they realised that they should make it easy for the developers to move to their new technology. The technologies used for the development of the front end (i.e. HTML, CSS, JavaScript) and for the data manipulation (e.g. SQL) were the same, so they had to create a programming language for the back end implementation, which would be highly attractive to the developers. As a result, they based their new programming language on C++ and made it look like Java!
17th Nov 2016, 7:49 PM
Miltiadis Siavvas
0
The memory management, that's simply that
15th Nov 2016, 4:16 PM
Maxime
Maxime - avatar
- 3
the ++ and the #
10th Nov 2016, 9:45 PM
koaNam