IDE

15 Tips to Graduate from Classroom C++ to Modern C++ Part 3/3

Adopt the latest standards C++ is a great programming language with it’s standards dating from 1998. The C++ standard is not about teaching how to use C++; it is a formal and very detailed technical document intended primarily for people writing C++ compilers and standard library implementation. This allows developers to code knowing that their code will work on other toolchains implementing…
Read more
C++Delphi

Rapidly Create Cloud Aware Native Applications

You get built-in components to work with Microsoft Azure and Amazon Web Services. For instance, Data.Cloud.AmazonAPI contains classes that implement the API for using the Amazon services (such as queue, table). And the TAmazonStorageService class allows you to connect to theAmazon Simple Storage Service (S3)service easily. Here are some of the methods that allow you to manage…
Read more
DelphiNewsShowcase

Winners of the Delphi 26th Showcase Challenge

So many great entries for the Delphi 26th Showcase Challenge! There were 170 entries covering a wide range of project types. Everything from games and multimedia to line-of-business and consumer software. Both on VCL on the desktop and FireMonkey on mobile platforms. It is…
CodeDelphi

Robust DataSet To JSON And JSON To DataSet API For Delphi

Most of the time, developers tend to use DataSet to manipulate the data in their applications. DataSet is helpful because it stores data in the dataset’s fields array property. You can easily access these values by number or by name. Moreover, each field can be used to read or modify the current record’s data by using its Value property or type-specific properties such as AsString…
Read more
C++Delphi

Incredibly Powerful Native Image Processing Library For Delphi And C++Builder Developers

At this current state, with Delphi, there are lots of possibilities to accomplish anything you want. Because with the power of the Delphi community we have a powerful Python for Delphi component which can be a bridge to utilize open-source big tech companies supported and funded libraries out there. For instance, you can use the Scikit-image library or the Mahotas, which allows you to work with…
Read more