C++IDERAD Studio

How C++ Program Works With Libraries

The C++ programming language is one of the most popular programming languages. C++ is the highly evolved and modern app building software comes with a lot of libraries and with header files to define functions in these libraries. Libraries are one of the main important parts of the C and C++ languages. For example, you can use <stdio.h> library – or <cstdio> in C++ – for the…
Read more
C++CodeIDERAD Studio

How C++ Works With Libraries and More

Hello everyone, we have new great posts about C and C++ coding that may help and motivate you, your kids, or your students to start new apps on Windows, iOS, Android, Linux, iOS, or on IoT systems. This week’s topics are a round-up of some new great C and C++…
IDENews

C++ Builder; Common Libraries (Run Time Library), Parallel Programming Library.​

C++ Builder provides three levels of development:1. Components (VCL and FMX)2. Common Libraries (RTL).3. Platform APIs (iOS, Android, Mac OS)In this post we will discuss the Common Libraries (RTL).C++ Builder has several hundred functions, macros, and classes that you call from within your C and C++ programs to perform a wide variety of tasks, including low- and high-level I/O, string and file…
Read more
Delphi

Delphi RTL: Generic vs. Traditional Collections

Since Delphi got generic types, in the 2009 version, its runtime library (RTL) has a generic collections unit. The RTL however, still has the classic collections. Recently I got some requests about which is recommended to use, and while the discussion can go a bit deeper, I…
Delphi

New "TOSVersion" type in Delphi XE2

Author: Tóth Erik Delphi XE2 is probably the most significant release since Delphi 1. The number of new features is amazing and probably the biggest, most important one is FireMonkey – a brand new business application development platform that let you use Delphi or C++ to write applications that natively run on Windows and Mac OS. If you are writing an application that is designed to…
Read more