C++CodeIDEModernizationRAD Studio

What are vcle.lib and rtle.lib?

Solving an interesting issue upgrading a project from Classic to Clang. A recent blog comment asked for help where a Clang project was linking to vcle.lib, but the library did not exist in the Clang linking path (lib/win32c/release): it’s present only for the classic compiler in lib/win32/release. (Note the C in win32c, meaning Clang.) Why? If you see this error, how do you resolve it and…
Read more
C++DelphiNews

New Premium VCL Styles (Fall 2022)

Need some VCL Styles to make your Windows applications look great? You are in luck, there are new Premium VCL Styles available in GetIt, and they are included free as part of yourupdate subscription benefits. Polar Dark Mine Shaft White Smoke Polar…
C++DelphiFireMonkeyNews

New FireMonkey Premium Styles

Did you see the new FireMonkey Premium Styles available in GetIt? There are six new multi-device styles, and they are included free as part of your update subscription benefits. Concrete Nero Alabaster Mine Shaft Polar Light Polar Dark These premium styles all support High DPI displays with 1x, 1.5x, & 2x pixel densities. They also include variations for Windows, MacOS…
Read more
C++CodeDatabaseIDEInterBaseRAD Studio

Advanced Programming - A Complete Guide To Programming In C++

A Complete Guide To Advanced Programming In C++ This article is part of a series which teaches you the basics of how to write C++ software. C and C++ both make use of pointers. Often, new C++ programmers can struggle with both the concept and correct use of pointers. In this post we will explain what pointers are along with a discussion of linked lists which are a very common data structure…
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++…
C++CodeIDERAD Studio

A Complete Guide To Programming In C++ - Visual Programming

Programming languages have evolved well thanks to the development of the technologies, the availability of education in the technical sciences, and the continuing curiosity of the human mind about searching for and creating new things. Some of the most cutting-edge evolutions and changes to the way we structure and abstract our code were originally made in the C++ language. Since the late 1970s…
Read more