How to achieve common tasks with the new Clang toolchain in 12.1
The new Clang toolchain is here! RAD Studio and C++Builder 12.1 are shipping the entirely revised, wholly updated C++ compiler, linker, STL, runtime, and more – which you can also use in parallel with the old Win64 toolchain to ease upgrading until we remove the previous legacy toolchain in future.
We know this is a ‘version 1’…
How To Create A C++ App For iOS On A Windows PC
June 9, 2022
Creating fast and reliable apps for iOS is very important for beginners and professionals alike whether they are developing C++ app for iOS or for any of the other operating systems and targets. C++ is subjectively the World’s most powerful programming language and…