David Intersimone
For C++ developers who want to take advantage of new ISO C++ language features in Clang v15 along with the power and productivity of RAD development using C++Builder, stay tuned to the Embarcadero blogs and… … Read more
1 year ago in C++ , C++ builder fmx , C99 , cbuilder , Code , FMX , ISO C++ , RAD , RAD Studio , vcl
0
Embarcadero Japan Support
この記事は、Al Mannarino氏のブログの抄訳です はじめに このブログでは、C++Builderでスタティック(静的)ライブラリ (.Lib) およびダイナミック(動的)ライブラリ(. DLL)を作成および使用する方法について説明します。「ライブラリ」とは、プログラムで再利用可能なコンパイル済みのコードの集まりです。ライブラリには静的ライブラリと動的ライブラリの2種類があります。 スタティックライブラリ(.lib)とダイナミックライブラリ(.dll)の比較 スタティックライブラリ(.LIBフ… … Read more
1 year ago in C++ , cbuilder , DLL , HowTo , tutorial
0
Yılmaz Yörü
Hello C++ developers, this week we have five more professional and intermediate-level topics in modern C++. Modern C++ has many features to aid multi-thread programming that allow your applications to be faster and more responsive. Since the… … Read more
1 year ago in atomic_flag , atomics , C++ , Concurrency , Concurrency Support Library , csignal , multi-thread programming , programming , Propagating exceptions , RAD Studio , std::atomic , std::thread , volatile , weak compare and exchange
0
Al Mannarino
Introduction: This post describes how to create and use Static Library (.Lib) and Dynamic (Run-Time) DLLs in C++ Builder. A library is a collection of pre-compiled code that can be re-used by programs. There are… … Read more
1 year ago in .LIB , C++ , C++ Builder , Code , DLL
0
Yılmaz Yörü
Hello C++ developers, multi-thread operations evolved significantly with the advent of C++11, and this continued with additional improvements in the latest standards to enhance multi-thread operations further. The concurrency support library in modern … … Read more
1 year ago in Atomic , Bidirectional Fences , C++ , c++11 , data race , datarace , multi threading , multi-thread , programming , RAD Studio , Strong Compare and Exchange , thread
0
Yılmaz Yörü
Hello C++ developers, Yilmaz here from LearnCPlusPlus. RAD Studio’s C++ Builder, Delphi and their free community editions C++ Builder CE, and Delphi CE are a real force for modern application development. Our educational LearnCPlusPlus.org web pa… … Read more
1 year ago in Atomic , atomic load , Atomic Logic Operations , Atomic operations , atomic store , atomic type , C++ , Code , functor , multi threading , RAD Studio , std::thread
0
Yılmaz Yörü
Hello C++ developers, last week we had Coding Bootcamp 2023 by Embarcadero, and Summer Code Fest 2023 by Whole Tomato, and even in heavy weeks like that, Ian Barker still kindly reviews my posts as we both try to… … Read more
1 year ago in __func__ , atomic type , C++ , Concurrency Support Library , Extensible Literals , Lambda Expression , multi threading , parallel programming , programming , RAD Studio , std::atomic , std::thread , thread , User-defined literals
0
Yılmaz Yörü
Hello everyone, I hope now you, your computer, and your development software are enjoying your summer vacation, or at least you’re happy with your work 🙂 Over on LearnCPlusPlus.org, we add new C++ posts every day. These are… … Read more
1 year ago in C++ , explicit virtual override specifier , Explicit virtual overrides , Final , for loop , IDE , Iteration , override , override specifier , programming , range-based for loop , ranges , virtual function specifier , virtual override
0
jpluimers
For my link archive: [Wayback/Archive] Bruce Tate on Twitter: “What’s the most unique feature of your favorite programming language?” / Twitter From the languages that I have been using most: [Wayback/Archive] Jeroen Wiert Pluimers on… … Read more
1 year ago in .NET , C++ , Conference Topics , Conferences , Delphi , Development , Event , JavaScript/ECMAScript , pascal , Scripting , Software Development
0
Yılmaz Yörü
Hello again, as I write this it’s another blazing hot summer week for me, but we don’t let that get in the way of coding and teaching you on our LearnCPlusPlus.org web page. CPUs and GPUs have… … Read more
1 year ago in C++ , Concurrency Support Library , functor , move constructor , move_if_noexcept , multi threading , multi-core , multi-thread , mutex , Mutual Exclusion , parallel programming , programming , RAD Studio , std::mutex , std::thread , thread , Unrestricted unions , vector
0
Yılmaz Yörü
Hello everyone, Yilmaz here, from LearnCPlusPlus.org. Our educational LearnCPlusPlus.org web page is growing thanks to the support of you. We have many new readers, and we keep adding new C++ posts every day. These are good to… … Read more
1 year ago in =delete , C++ , c++11 , default , explicit specifiers , non-copyable movable types , non-copyable movable types in C++ templates. The rvalue references are important and we explain rvalue references to eliminate unnecessary copying , programming , RAD Studio , rvalue , template
0
Yılmaz Yörü
Hello C++ Developers, I hope now you are enjoying your summer vacation, or you are happy with your work 🙂 Over on LearnCPLusPlus.org we add new C++ posts every day. These are good to learn… … Read more
1 year ago in assignment operator , C++ , extended sizeof , friend , friend declaration , inline namespace , programming , RAD Studio , Rule of Five , Rule of Six , Rule of Three , Rule of Zero
0