C++Code

How to Use C++ Builder Path Manipulation Routines on Windows

Hello C++ Developers, We hope our posts help you like a rapid introduction to programming in C++ and C++ IDE if you’re a beginner, all the way to the most robust, modern, and latest techniques for those more experienced with the language or for those who are perhaps wanting to expand their knowledge with the most up-to-date features, routines, and methodologies. C++ Builder has a lot of…
Read more
News

Building Good with C++Builder Contest Results

Hello! Recently we ran a competition among anyone using C++Builder to enter the apps they’ve built which ‘do good’ – to solve a problem or help the world. We got some great entries addressing all sorts of problems, from environmental to working during the…
C++Code

What Are The New C++ Posts From LearnCPlusPlus.org?

Hello C++ Developers, Rad Studio 11 Alexandria has been released on 9th September 2021. This release introduces several new features for C++ IDE and Delphi programming languages, enhancements, and quality updates and bugfixes.  Some of the key areas are: You can provision apps for Windows 11Compile for Android API 30Compile for macOS M-series (Apple Silicon) processorsDesign on high-DPI…
Read more
C++CodeDelphiRAD Studio

Learn to Use Powerful SGC WebSockets WebRTC in C++ Builder

Do you want to learn what Websockets? What is WebRTC? How can we Install and use SGC Websockets WebRTC? Can we use web sockets compatible with HTTP proxies? How do I find easy-to-use WebRTC components for C++ IDE? The present post answers these questions as below. We have other articles on the blog showing some of the many uses of the Websocket protocol – you can find them by clicking…
Read more
C++Delphi

How To Use A C++ DLL In Any Delphi Program

There is a glorious wealth of useful C++ libraries available on the internet. We have featured many great uses of C++ here on this blog too. C++ is typically extremely high performance. If we can have the source code of the C++ library, we can create a package that will…
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