C++Code

Create A Cross-Platform Photo Sharing App Within 3 Minutes Using C++ Builder FireMonkey

C++ Builder has always been an outstanding rapid application development environment for millions of developers around the world. In this tutorial, you can see a demonstration of building a photo-sharing application in under 3 minutes using the C++ Builder FireMonkey for Windows, Android, and iOS. Note: C++Builder Android support is limited to Android 32-bit. FireMonkey component called…
Read more
C++CodeIDERAD Studio

C++ Builder 10.4.x Platform APIs

C++ Builder provides three levels of development: ⦁ Components (VCL and FMX) ⦁ Common Libraries (RTL). ⦁ Platform APIs (iOS, Android, Mac OS) In this post we will discuss and show how to use the Platform APIs (iOS, Android, Mac OS). Specifically, we’ll look at…
C++DelphiTech Partner

Flexible Comport DLL Library For Serial Communication On Windows

Serial Communicationsis a core communication between PC and peripheral devices Such as a programmable instrument or another computer. Do you feel challenged in writing code to communicate with serial devices from yourDelphi/C++applications? How about a DLL library which does the Serial Communication with better API controls for you instead of writing a new one from scratch?
Read more
C++DelphiTech Partner

Secrets to Quickly and Efficiently Handle Zip Files on Android with Delphi, C++ Builder, and FireMonkey

To easily handle zip files in your FireMonkey project, use the Zip4j library for zip files or streams in Delphi and C++ Builder. Zip encryption, support for the Zip64 format, support for streams, support for both AES and Zip-Standard encryption methods, and many other features distinguish Zip4j. You can use the Zip for Android l library from WINSOFT to use this Zip4j library in your Delphi and…
Read more
NewsTech Partner

Boost C++ Compile Speeds with Newly Updated TwineCompile - Now in GetIt!

by Jonathan Benedicto of JomiTech, the makers of TwineCompile TwineCompile is our solution to slow C++ compile times. Integrating directly into the C++Builder IDE, it dramatically reduces the compile/make/build times by employing techniques such as multithreading, file caching, and automatic background compiling. In some cases, the projects compile 50x faster with…
Read more