Have an amazing solution built in RAD Studio? Let us know. Looking for discounts? Visit our Special Offers page!
CodeDelphiRAD Studio

Machine Learning: 5 Ways To Use ML in your Windows Apps

How do I start using Machine Learning in Windows? Machine learning isn’t just for the cloud, or run locally in a web browser or command prompt. Microsoft is bringing it to PCs in the latest Windows 10 release. For example, Microsoft provides Python’s WinRT to create Windows Machine Learning applications, and ONNX (Open Neural Network Exchange) format, an open standard for sharing trained…
Read more
IDE

15 Tips to Graduate from Classroom C++ to Modern C++ Part 2/3

Use Modern GUI Forms Modern C++ compilers with IDE (Visual C++, C++ Builder, Objective-C, Android Studio, etc.) use a graphical interface by operating system behaviors of the application compiled. Console-based applications are good, but in some cases, you may need to add more features. UI elements make it easy to use applications and understand things on the user side. Also, these UI…
Read more
Code

LearnCPlusPlus.org :: Mathematics, Strings, For Loops, Operators in C++ ; TwineCompile, JIT Compilation, Background Threads

Hello C++ Builder Developers, Over on the LearnCPlusPlus.org website, we’re continuing to add to the “Introduction to C++” post series for beginners as well as more advanced posts for more experienced professionals both here and on our other sites. We will continue to release the basics of C++ in the next few weeks. If you are a beginner, new to C++, or if you are a Delphi…
Read more
CodeDelphiRAD Studio

Add STOMP to your apps for lightweight real-time streaming

STOMP is a publish/subscribe messaging protocol that allows for very lightweight communications between almost any mixture of programming languages, operating system platforms, and “message brokers”.  This article goes into detail about what STOMP is, why you would want to use it, some quick-start hints to get you up and running, and a fully working example of using STOMP in your IDE Software…
Read more
CodeDelphiWebinar

How To Live Track The ISS International Space Station

Our Winter Webinars series has been a lot of fun, showing you how to write genuine low-code cross-platform apps that do cool things with a few lines of code and get them to work on Windows, macOS…

IN THE ARTICLES