News

A Delphi Demo with WeatherStack by APILayer

I recently gave a presentation about the use of cloud and REST APIs from Delphi at the Italian Delphi Day conference, at the end of June. Among the various demos, I made some experiments using APILayer REST APIs. In case you don’t know, APILayer is a company that is part of Idera, like Embarcadero. Why REST APIs Before we explore specific APIs and demos, I’d like to discuss the relevance of…
Read more
C++CodeIDEInterBaseRAD Studio

How To Design Screens For Cross Platform C++ Apps And More

Hello C++ Developers, In a previous C++ apps article we covered 5 easy C++ string methods to learn where we focused on how to iterate and manipulate strings in C++ in various ways. Today we have new different topics. In the first post pick, we will learn a reverse search method in modern C++. In another post, we will learn 3 different ways to remove characters of a wide string in a…
Read more
C++CodeRAD Studio

Everything You Need To Know About Destructors In A C++ App

Hello Great C++ Developers, C++ Builder is a great C++ IDE and compiler to help you build a wonderful C++ app with lots of modern features and this is another amazing week with a lot of new C++ posts. This week, we pick some of different usage methods of constructor and destructor in classes. Object Oriented Programming is a way to integrate with objects which can contain data in the…
Read more
C++Code

This Is How To Properly End A Running C++ App

C++ is one of the most perennially powerful and popular programming languages. Using a fast and reliable compiler to create your C++ app is very important for both beginners and professionals alike since it helps C++ developers in remembering which language features exist…
C++CodeIDE

The Top 5 Free C And C++ IDE For Windows App Development

C and C++ Compilersare great tools to develop when they are together with a professionalC++ IDE. According toTIOBE Indexand parallel to these results in many true statistic web sites,C and C++ programming languagehave more than 20% share in total,C languagehas more than 12.44% share and if you add Objective-C, Swift, and other C and C++ related…
Read more