Here are a few recent updates regarding the ISO C++ Language and CPPCon 2019 videos with Bjarne Stroustrup.
Herb Sutter's Trip report: Fall ISO C++ standards meeting (San Diego)
"On Saturday November 10, the ISO C++ committee completed its fall meeting in San Diego, California, USA, hosted with thanks by Qualcomm. This was the biggest ISO C++ meeting in our 29-year history, with some 180 people at the meeting, representing 12 nations."
https://herbsutter.com/2018/11/13/trip-repo...
To prepare for the appearance of C++17 support in the "Carnival" release of C++Builder (RAD Studio August 2018 Roadmap), here are some recent articles that have appeared in the C++ community. To stay up to date on what's happening with ISO C++ you should bookmark the ISO C++ foundation's website.
Modern C++: 7 Ways to Fake It Until You Have It
“Modern C++” != “New(est) Standard”
std::string_view: The Duct Tape of String Types
C++17 in Detail - new book by Bartłomiej Filipek
Compil...
Choosing a programming language to learn and utilize is an extremely personal choice and not one that developers take lightly. C++ has a long history as a popular language used to create Operating Systems, drivers, gaming engines and so much more. It expanded the C language by adding classes, inheritance and abstraction to its core, making it my favorite language to use.
C++ is the first language that I learned in school and my experience with it actually started with Borland’s, now Embarcader...
C++ has a long history, beginning in 1979, with Cpre, which added classes to C. By 1980, it was C with Classes. And then in December of 1983, the term C++ was first used, suggested by Rick Mascitti. That's thirty-five years ago this year! Read more in this fascinating article by Bjarne Stroustrup, which also discusses many other aspects of C++’s history. We also recently posted a short history of C++’s various standards ourselves.
My own journey with C++ began much later than ...
この記事は MARCO CANTUによる、Enabling GetIt Install Logs for RAD Studio Installationの抄訳です。
RAD StudioのGetItベースのWebインストーラは、時々、かなり曖昧なエラーメッセージで停止します。
これは、ネットワーク接続の問題、奇妙なファイルシステムの構成、ディスク領域の不足、不完全なインストール、および、その他の原因である可能性があります。
しかし、 エラーメッセージの中には、"操作エラー"のように、問題の原因を説明していないものがあります。
将来的には、「フォルダxyzを作成できませんでした」、「ファイルfoo.dcuをフォルダbarにコピーできませんでした」などの特定のエラーが発生していることを確認出来るようにしています。
当面の間ですが、Quality Portalへエラーを詳細に報告する方法として、文書化されていませんが、インストーラの進捗状況のログファイルを生成するためのレジストリの設定があります。
注:インストールと機...
Пользователи Embarcadero привыкли, что расширение возможностей, выпуск новых версий также сопровождается исправлением очередной порции багов и недочетов из списка на Quality.embarcadero.com. Это связано с выпуском новой сборки дистрибутива - проверки, упаковки и размещении на сайте сразу двух вариантов инсталлятора - WEB и ISO. В связи с выпуском новой редакции Community Edition оба этих дистрибутива также были обновлены, несмотря на то, что версия продуктов осталась той же - 10.2.3.
С момента ...
Get started programming with our Community Editions!
Community Edition is our full-featured and free IDE to build applications for iOS, Android, Windows and macOS from a single codebase using the robust and easy-to-learn Delphi language. It's the perfect way to get started learning a new programming language or explore multi-device app development. Embarcadero's Community Edition is available for Delphi and C++Builder.
We'll use the same "calculator" samp...