C++RAD Studio

Quick And Responsive Test Suite For Analyzing C++ Hash Functions

There is no such thing as a good hash function for universal hashes. Depending on the context different criteria determine the quality of a hash. To test your hash function using data drawn from the same distribution that you expect it works on. When looking at a hash function on 64-bit longs, the default hash function is excellent if the input values are drawn uniformly from all possible long…
Read more
C++Delphi

Easily Create Robust Cross-Platform IoT Solutions With Message Queuing Telemetry Transport (MQTT)

Most of the developers already familiar with HTTP web services. HTTP is a synchronous protocol so the client waits for the server to respond which comes at the cost of poor scalability. And synchronous communication is problematic when it comes to high load systems. Moreover, HTTP is one-way that clients cannot passively receive commands from the network. For these causes, most…
Read more
C++Delphi

High-Performance Vector & Matrix Library for Your Next Scientific Project

We have seen dozens of signal processing or scientific calculation applications written in Delphi, and probably most of them have utilized the OptiVec. OptiVec offers a wide range of functions for scientific use.  The OptiVec includes the completely vectorized models of all operators and math functions of C/C++/Pascal/Delphi for all integer and floating-point data types. OptiVec has three…
Read more
C++RAD Studio

Introduction To Modern C++ With Tutorials

Hey, beginners, new C++ Developers, or Developers who want jump into the awesome C++ Builder world. C++ Builder is the easiest and fastest C and C++ IDE for building simple or professional modern applications on the Windows, MacOS, iOS & Android operating systems. It is also easy for beginners to learn with its wide range of samples, tutorials, help files and LSP support for code. C++…
Read more