C++Code

You Need To Protect Your C++ Programs From Hackers

Nowadays, malicious programmers are utilizing modern technologies to bypass licensing and anti-copying mechanisms which can hit your revenue. It’s also common for hackers to try to breach steps you might have taken to protect and encrypt sensitive user data to steal it, possibly for nefarious purposes such as identity theft or blackmail. Breaches such as these can cause major financial…
Read more
DelphiNews

How to Use Azure Cognitive Services

It’s been around 6 years since I last wrote about the Azure Translator Services. Since 2015, the API has been updated from XML to JSON and re-organised under the Cognitive Services branding. Additionally, functionality has been broken down into different resources to…
NewsWebinar

Introduction to REST WebServices in Delphi with Danny Wind (Webinar Series)

Every App and application needs a REST web service Introduction to REST WebServices in Delphi with Danny Wind is a live series of four 1-hour sessions, each on creating web services (with WebBroker) in Delphi. This series is ongoing and has been published at Blaise Pascal Magazine. Total just over 50 pages of explanation and exercises. Each session would be live, very little slides with the…
Read more
C++CodeDelphiTech Partner

How To Make A Windows and Mobile Telegram Messenger App

In this article, you will learn about Telegram Messenger, why use Telegram Cloud in your own applications, TDLib Library, using OpenSSL for security and encryption, developing your own Telegram in Windows app development software, and much more. What is Telegram Messenger? Telegram Messenger is a popular cloud instant messaging application. This application offers multiple services…
Read more
C++CodeRAD Studio

How To Make A 3D Data Visualization With Extruded Cylindrical Bars

Data Visualization sounds hard, but it’s actually easy to build in C++ IDE. C++ is an immensely powerful programming language allowing you to develop fully native and super-fast applications, games, and utilities with rich graphics. You can use OpenGL or Direct3D libraries or some other 3rd party 3D Engines. In C++ Builder you can directly create your own 3D objects; you can animate them…
Read more