程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> C語言 >> C++ >> 關於C++ >> C++ in the modern world(為什麼C++不會衰老)

C++ in the modern world(為什麼C++不會衰老)

編輯:關於C++

Thoughts about C++ in the modern world.

一些關於當代C++的思考。
這裡寫圖片描述

Debates about the present state of C++ in the programming world divide the participants into two camps: some dislike C++ and predict it’s soon death, while others believe that it will persist as it has before. I’d say the truth lies somewhere in the middle but that would mean that C++’s condition is kind of uncertain, like it was between the releases of C++03 and C++11. But it’s not actually so. How exactly then? Let’s try to figure this out.
在編程的世界中,關於C++當前狀況的討論分成兩個陣營:一些不喜歡C ++,並預測它很快就死亡,而另一些人認為,這將持續,如以前一樣。我說的是事實介於兩種觀點之間,但是這將意味著,C ++的病情是一種不確定的,就像是C ++03和C++ 11的版本之間。究竟如何呢?讓我們揣摩吧。

Is it the beginning of the end?
這裡寫圖片描述

Nothing of the kind. Sure, C++ is probably not so pZ喎?/kf/ware/vc/" target="_blank" class="keylink">vcHVsYXIgYXMgQyMgYW5kIEphdmEgYW1vbmcgYmVnaW5uZXIgcHJvZ3JhbW1lcnMsIGFuZCBpbmR1c3RyeSBnaWFudHMgZG8gbm90IHJlbGVhc2UgbmV3IEMrKy1zcGVjaWZpYyB0ZWNobm9sb2dpZXMsIG5vciBpcyBpdCBwcm9tb3RlZCBieSBNaWNyb3NvZnQgYW5kIE9yYWNsZS4gQnV0IGludGVycHJldGluZyB0aGlzIGFzIHRoZSBlbmQgb2YgQysrIGlzIHRvdGFsbHkgd3JvbmcuIFNvZnR3YXJlIGJhc2VkIG9uIEMrKyBpcyBzdGlsbCBpbiB1c2UgYW5kIG5lZWRzIHN1cHBvcnQuIE1vc3Qgb2YgbmV3IHNvZnR3YXJlIHN1Y2ggYXMgZ2FtZSBlbmdpbmVzIGlzIGJ1aWx0IHdpdGggKC9leHRlbnNpdmVseSB1c2VzKSBDKysuIEMrKzExIGFuZCBDKysxNCwgYXMgd2VsbCBhcyBDKysxNyB3aGljaCBpcyBjb21pbmcgb3V0IHNvb24sIG9ubHkgcHJvdmUgdGhhdCBDKysgaXMgZG9pbmcgd2VsbC4gQnV0IGZpcnN0IHRoaW5ncyBmaXJzdC48L3A+DQo8cD48c3Ryb25nPkMrKzExLCBDKysxNCwgQysrMTcmaGVsbGlwOzwvc3Ryb25nPjxiciAvPg0KPGltZyBhbHQ9"這裡寫圖片描述" src="/uploadfile/Collfiles/20160219/20160219091829170.png" title="\" />
As mentioned previously, C++ was in a somewhat “uncertain” condition between C++11 and C++03 releases. Old libraries such as boost, Qt, etc. Were developing and improving and a new library C++/CLI was released, while there still was no sign of the new official standard.

Things went that way for a long time, but anyway the new C++11 standard was released in 2011 instead of 2009 as it had been planned. However, it was finally released and brought many additions, extensions, and syntactic sugar. It made the language much easier to code in ; the standard library was expanded with many things to make the programming process easier. A lot of new features were introduced: official support of parallel programming, initialization lists to make the code clearer, lambda functions, and much more. But there is no need to discuss all of that here because the article is not about that.

OK, we have the C++11 standard, that’s great. But what’s next? Stagnation for another 8 years? No way. It is not a secret that C++14 has already been released. It is hard to compare C++11’s and C++14’s innovations (/It isn’t as innovative as C++14), but it still has brought some additions and improvements.

It is very important that this trend is sustained and there are already some outlines of the new C++17 standard.

Of course, it will be a long time before programmers fully understand all the benefits of the new standards and learn to use the innovations properly. Yet these innovations are sure to have a positive effect on the quality of the code and software.

And what about existing software?

Existing software
There is a large amount of software built with C++. Of course, we need to support it. Do you want to look at real-life examples? Please, check this list. You will surely (/Bet you’ll) find many well-known products there. I don’t believe that anyone will take up the job of rewriting all the existing C++ code into C# or Java just because it will be easier to work with in future, and because of the garbage collectors, and so on. It appears that knowledge of C++ is still urgent. Considering that C++ has become much more convenient to work with, the idea of using it to write modules/applications does not sound crazy. It will be much easier to support such code later. At the same time, it is the same high-performance C++as it used to be, but extended with a huge variety of new features. The extended standard library will also give us an opportunity to use ready-made solutions instead of creating them anew.

Popularity among beginners
這裡寫圖片描述

From this viewpoint, things are not so good with C++. It is not much popular among beginner programmers who prefer C# or Java instead. Why? There are several reasons:

High language learning difficulty

Every programmer knows that C++ is difficult. Yes, it is vast and there are a lot of peculiarities. But what do we get in return? High performance + absolute control of all the processes (especially in original C). Again, we cannot but mention the C++11 standard with its improved user-friendliness, easy syntax, various containers, algorithms, and other useful things designed to make programmers’ life and job easier.

However, you still can shoot yourself in the foot, though the probability of this has been greatly reduced.

Low promotion

It is not a secret for anyone that C# and Java are aggressively promoted by Microsoft and Oracle. I am not sure about Java, for I’m not very much into the current trends there, but promotion by Microsoft is very evident. Most Microsoft innovations are tailored specifically for C# and their hackathons use C# too. I’m not saying it’s bad, I’m just stating the fact .

There is no support like that for C++. Sure, there is a variety of tools released specifically for it to make the workflow and the development process easier. Among these, we should mention Qt and ReSharper C++ recently released by JetBrains. Visual Studio 2015 now provides support for some of the innovations of the latest standards plus some new additional features that have made the workflow easier.

Nevertheless, it can’t compare to C#’s and Java’s scope of promotion.

Specialization

In spite of the fact that C++ is a very rich and flexible language, its scope of use is pretty narrow. Competitors contribute to this, too. Let’s look at a real-life example - mobile software development. The major platforms are already occupied by specific languages: Windows Phone by C#, Android by Java, iOS by Objective-C. That doesn’t mean that you can’t use C++ for these platforms. The question is if it will be easy and as efficient. Neither is C++ well suited for web software development which is growing more and more popular every year. Yes, there are means to work with sockets and libraries like Wt. But have you heard much of C++ web applications? Me neither. Considering that mobile and web software development have become a very popular field, it’s no wonder that beginner programmers prefer to learn other languages.

TIOBE Index
But it’s all just words, and, as they say, a picture paints a thousand words.

Let’s have a look at the current state of affairs. In this area, the TIOBE index is quite popular: it demonstrates language ratings, rating dynamics in the chart, and other parameters.
這裡寫圖片描述

As you can see, C++ is in the 3rd place presently, which is better than the last year. Furthermore, it is one of two languages among the top five ones whose rating has increased, even though slightly.

Conclusion
I think that you have already formed an opinion of C++’s current state in the modern world. Now let me speak my own.

Shouting that C++ is doing better than ever would be a lie. But even a bigger lie is to call it a “dying” language .

C++ is alive and occupying its own niche.

New standards introduce some innovations making the language easier and more “user-friendly”. Software built with this language is still in use and needs support. C++ is perfectly suited for software development in certain fields, which , together with everything said above, means that C++ is still needed, evolving, and not going to give up.

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved