C++DelphiNewsRAD ServerWhitepaper

Announcing the new updated RAD Server Technical Guide

Back in 2019, David I wrote a fantastic guide to RAD Server that has been very popular in helping developers develop new, and migrate older systems towards a RESTful architecture. There have been a number of updates to RAD Server since the guide was originally launched, including a number of new components that have simplified and made RAD Server even more RAD!  We have also had a lot of…
Read more
C++CodeIDERAD Studio

A Complete Guide To Programming In C++ - Object Oriented Programming

This article is part of a series which teaches you the basics of how to write C++ software. One of the biggest differences between the C and C++ programming languages is that C++ is an Object-Oriented Programming (OOP) language that supports using Classes. In this post we will explain Object Oriented Programming and give you a basic introduction to what OOP is, why it is so popular and useful…
Read more