Welcome!Last timewe looked at the architecture of a simple calculator app, showing how to design an application well by separating the UI and logic, abstracting through interfaces, and ensuring each class had a single responsibility. That’s important stuff, stuff that many developers skip, and is really important. Now we’ve done that, though, we can dig into the…
Learn to program C++ with C++Builder Community Edition: #3, Design, Architecture, and UIs
July 24, 2018
Welcome! Last timewe looked at the IDE, projects, a simple first application, and basic use of the debugger. Today we’re actually going to write code!
Weare going to write a scientific calculator. It’s a useful, real-world app. You might put…
Welcome to the second blog post in the ‘Learning to program with C++Builder’ series – a set of five articles taking you from knowing nothing about C++ to writing a real-world, useful application. The first entry covered installing C++Builder Community. Now it’s…
RAD Server: Beyond the Basics Webinar Tomorrow
July 24, 2018
Over the last few months and the 10.2.x updates, RAD Server has been extended with several new features. But the technology also has several other advanced features we rarely discuss, because the typical one hour webinars we doare often only enough to cover the basic…
Author: Yilmaz Yoru
Delphi CE (Community Edition) ve C ++ Builder CE Topluluk Sürümleri yayınlandı. Geliştiricilere ilk günden entegre ve profesyonel düzeyde geliştirici araçları sağlayor. CE Topluluk Sürümünü kimler kullanabilir:
– ücretsiz…
Celebrating Five Amazing Years with Embarcadero
July 19, 2018
This month I am celebrating my five-year anniversary with Embarcadero Technologies. It’s been an amazing adventure and I am looking forward to more. I saw a graphic similar to the following today and it reminded me how great it is to be doing what I am doing (plus I love…
Embarcadero launches Delphi Community Edition
July 19, 2018
The release of Delphi Community Edition is fantastic news for the Delphi language, the developer community, the partners, and the entire ecosystem. We hope it will help new developers (students, hobbyist, open source developers, and someone starting with mobile store…
A vulkan header generator for Delphi.
July 19, 2018
Author: Craig Chapman
What is darkVulkanGen?
A handful of months back, I began working on a game engine for Delphi named darkGlass.
see:
http://chapmanworld.com/darkglass/
https://github.com/chapmanworld/DarkGlass
At that time I’d intended to write the rendering part of…
Note: Community Edition cannot coexist with another edition of the same version on one machine.
UPGRADING FROM COMMUNITY EDITION TO PRO/ENTERPRISE/ARCHITECT
The following covers the steps required to install Delphi, C++Builder or RAD Studio Professional edition…
In the first post we covered the installation of Delphi Community Edition. The best way to learn something is to start using it to build something useful, but not too complicated. Today we will start creating a “calculator” application that we will use as a vehicle to…


