C++

Try condition_variable using C++Builder(C++11).

Author: h.mohri std::condition_variable is a class for waiting for thread execution until the condition is satisfied.Used in combination with std::mutex. I tried the wait() function in std::condition_variable.This is combined with std::unique_lock. I thought of the following specifications.As shown in the figure, create multiple threads.All threads are in Wait state.Then let the threads run one…
Read more
C++

Mixing Delphi and C++

Author: NatSam Would you like to add C++ to your Delphi application? Or add Delphi code to your C++ application? Here’s how. One thing you might not know is how closely integrated the C++ and Delphi languages are in RAD Studio. You can compile a single application in a…
C++

C++ Boot Camp Complete Replay

The complete replays for the C++ Boot Camp are available online, including downloads, slides and the Q&A log. A wealth of information for C++Builder.  Content for each day . . .  Day 1 – Building your first application with C++Builder Day 2 – Creating fast…
C++

C++ Boot Camp: Game Development

Author: Aidan K7359 11-August-2016 / Day 4 of C++ Boot Camp is C++ Game Development hosted by Eli M., MVP, Developer and Entrepreneur from FMXExpress.com Four different games with classic game mechanics will be demonstrated. We will be also be covering topics such as App…
C++

A new edition of our free C++ compiler

Author: Jmac61 A long time ago, back when C++Builder was made by Borland, we made available a free version of our C++ compiler. If you’ve been around the C++ community long enough you’re probably very familiar with it: ‘Borland C++ 5.5’ counts its downloads in the…