C++CodeIDE

10 Top Tips To Develop A C++ App In 2022

When you start to develop a C++ app there are number of tips and tricks that come from experienced developers which can be helpful to you as your start your journey as a C++ developer. In today’s article we gather together a list of 10 top tips to smooth your path as a C++ app programmer. 1. Download the latest C++ Builder 11 (RAD Studio 11) Community Edition / Professional / Architect /…
Read more
C++CodeIDE

Top 5 C++ IDE Requirements For Windows App Development

1. The C++ IDE should come with a C++ Compiler which supports CLANG Compiler In Windows application development, having a native C++ IDE and compiler that supports the latest Windows features is very important. Some of the IDEs are not specifically designed for C++ development. In fact, some C++ IDEs are designed only for console application developments. Some support only a small subset of…
Read more
IDERAD Studio

7 Steps To Finding The Perfect IDE Software

What is an IDE? An integrated development environment (IDE) is an application which provides an integrated set of functions and modules used to create software. The IDE is the central point for code editing, compiling, debugging, overall creation and deployment of your…
C++Delphi

5 Ways To Modernize Your Data Access Pipeline

Building database applications with Windows IDE: RAD Studio (Delphi & C++ Builder) gives the best experience for developers. For instance, if you want to connect to a database, just drop a database connection component into the project and select the source of the data.
News

My November Conferences: EKON 25 and DelphiCon 2021

Over the next two weeks, I’m presenting at two different conferences: EKON 25, in-person in Dusseldorf, Germany, and DelphiCon 2021, Embarcadero largest yearly online event. EKON 25 The EKON conference in Germany is likely the longest running Delphi focused event, celebrating the 25th session this year, certainly a big breakthrough. The conference is in Dusseldorf, November 8th to 10th…
Read more
CodeNews

Why You Should Definitely Write Less Code This Year

It is essential to recognize when not to write code. We developers comprehend, when the code increases in a project, things lead to getting more dangerous. If you crave to restrict your code from becoming more acute, to atrophy, it requires to be maintained most of the…
C++DelphiInterBaseRAD Studio

RAD Server CRUD Procedures - Part 3

In this RAD Server CRUD Procedures – Part 3 post we will show how to implement a FireMonkey (FMX) Client to call the RAD Server CRUD procedures and interact with the Employee Table. In the part 2 post, we discussed modifying the default generated CRUD procedure implementations from the RAD Server Package Wizard, to show one possible way to implement Get, GetItem, Post, Put and Delete. In the…
Read more