Is C++ actually good ?
We all might have heard about C++ one of the most popular programming language, It is used by several companies like Google, Microsoft, Adobe, Mozilla, Verizon, etc... C++ is a general-purpose programming language created by Danish computer scientist Bjarne Stroustrup as an extension of the C programming language, or "C with Classes". C++ made its first appearance in 1985. C++ is used in developing
browsers, operating systems, and applications, as well as in-game programming, software engineering, data structures, etc. C++ was developed as an extension of C, and both languages have almost the same syntax. The main difference between C and C++ is that C++ support classes and objects, while C does not.. Unreal Engine uses C++ to code its game's logic. C++ is one of the hardest programming lanugage to learn. I personally really enjoyed learning C++, though its syntax is a bit weird, its very similar to C# and it's worth giving it a try.


Comments
Post a Comment