C++Code

This Week's Favorite Modern C++ Picks On LearnCPlusPlus.org

Hello C++ Developers. We keep adding new and unique C++ posts to LearnCPlusPlus.org and these are mostly educational posts that can be used by a wide range starting from beginners to professional developers. We explain here how to use the powerful Modern C++ language in easy steps. We test examples with the latest RAD Studio, C++ Builder versions (10.4.2) to test modern ways in CLANG C++…
Read more
DelphiRAD Studio

What You Need To Make Charts With Blockchain.com API

Blockchain.com (formerly Blockchain.info) is a cryptocurrency blockchain explorer service, as well as a cryptocurrency wallet and a cryptocurrency exchange supporting Bitcoin, Bitcoin Cash, and Ethereum. They also provide Bitcoin data charts, statistics, and market information, and a series of APIs (Websockets and REST), for their services. You can use their API to buy and sell cryptocurrency…
Read more
DelphiRAD Studio

How To Achieve Productive Server Side Development

RAD Server is a powerful application and easy to implement infrastructure for rapidly building and deploying services-based applications. RAD Server offers developers the ability to quickly create modern services-based architectures using Delphi and C++ IDEs. RAD Server…
C++CodeDelphiRAD Studio

Learn to Use Powerful SGC WebSockets WebRTC in C++ Builder

Do you want to learn what Websockets? What is WebRTC? How can we Install and use SGC Websockets WebRTC? Can we use web sockets compatible with HTTP proxies? How do I find easy-to-use WebRTC components for C++ IDE? The present post answers these questions as below. We have other articles on the blog showing some of the many uses of the Websocket protocol – you can find them by clicking…
Read more
DelphiRAD Studio

The Dark Secrets Of Faster Compilation With Delphi

In this post, we’ll look at how to use a Windows compiler to improve Delphi applications and shorten development time. Furthermore, we learn how to debug more quickly and intelligently by utilizing lesser-known but valuable debugger features such as groups, thread support, data breakpoints, and others. Faster Parallel ProgramsCompiler settings for effectively…
Read more