gabr42
One of the pleasant surprises in Delphi 10.4.1 was the addition of a new readers-writer lock implementation TLightweightMREW. While it was probably not noticed by most of the users, I was quite happy to see… … Read more
5 years ago in Delphi, multithreading, programming, synchronization0
Eli M. (MVP)
BCC32, which is the classic C++Builder 32 bit compiler, includes the use of rvalue references, which allow creating a reference to temporaries. Also, rvalue references avoid unnecessary copying and make possible perfect forwarding functions. This…… … Read more
5 years ago in C++, c++11, cbuilder, Code, programming, rvalue0
Embarcadero Admin
WinSCP is a popular award winning native SFTP client, FTP client, and file manager for Microsoft Windows. It has been download over 143 million times and is available in many languages. WinSCP is built with…… … Read more
5 years ago in C++, cbuilder, programming, sftp, Showcase, vcl, winscp0
Embarcadero Admin
Developer Ansgar Becker created HeidiSQL as lightweight open source database management tool which supports MariaDB, MySQL, MS SQL, PostgreSQL and SQLite. It makes use of Delphi’s native VCL styles very effectively to provide a nice…… … Read more
5 years ago in database, Delphi, object pascal, programming, Showcase, SQL0