Fifty-one years ago today, May 15 1974, First National Bank of Atlanta introduced “Tillie the All-Time Teller” ATM system. The architecture involved the integration of the bank’s mainframes, a minicomputer, and the network of ATMs. Why am I noting the 51st anniversary of the public launch of the first Docutel Total-Teller ATM system in the READ MORE
Category: Programming Languages
Celebrating the 30th Anniversary of Delphi version 1.0’s Launch
By David Intersimone “David I” – Friday, February 14, 2025 Today we celebrate the 30th anniversary of the launch of Delphi version 1.0 on Valentine’s Day, February 14, 1995, at the Software Development West Conference in San Francisco California. More that 12 years of continuous IDE, language, tools and library development led up to the READ MORE
Technology News Worth Reading
Here are a few technology news stories that I’ve read in the past week or so. Cloud Native Computing Foundation Announces Rook Graduation Rook is an open source cloud native storage orchestrator for Kubernetes, providing the platform, framework, and support for a diverse set of storage solutions to natively integrate with cloud native environments. Rook READ MORE
Using Python4Delphi with C++Builder VCL applications
Some C++ developers also use Python for their application development. There are several ways to integrate the two languages together. One way is to create Python extension modules containing C++ functions that implement new object types and functions. Another way is to use the Boost Python C++ library that enables interoperability between the Python and READ MORE
Technology News Worth Reading
Here are a few technology news stories that I’ve read in the past week or so. Microsoft’s 10 app store principles to promote choice, fairness and innovation For software developers, app stores have become a critical gateway to some of the world’s most popular digital platforms. We and others have raised questions and, at times, READ MORE
Windows Printing with C++Builder using VCL and FMX
Do you need to add printer support to your C++ applications using the Visual Component Library (VCL) or FireMonkey (FMX) GUI ? In this blog post I’ll show you how to build Windows applications that support printing image bitmaps using the VCL and FMX frameworks. One of my favorite C++Builder RTL features is that both READ MORE
Bjarne Stroustrup’s CppCon 2020 Plenary is Available on YouTube
Bjarne Stroupstrup’s CppCon 2020 plenary sesson, “The Beauty and Power of Primitive C++“, is now available on the CppCon YouTube channel. From his CppCon 2020 talk description: This is an exploration of a design space close to the hardware and of the use of C++ in that space, rather than a standards proposal or the READ MORE
Technology News Worth Reading
Here are a few technology news stories that I’ve read in the past week or so. Reading Code Is a Skill The problem is not that we shouldn’t write readable code. Of course we should aim to write readable code, if only for our own poor selves further down the line (there is no one less capable READ MORE
New in C++Builder/Delphi 10.4.1 IDE: Package LibSuffix Auto Choice
The C++Builder and Delphi Project | Options | Description page allows developers to Choose and Set build target configurations Write a description for the package Set strings for the package library filename’s prefix, suffix and version Define the use of the package (designtime, runtime or both) Specify how the package is built (rebuild as needed READ MORE
Recent ISO C++ News and Articles
There’s lots of ISO C++ news and content happening including the unanimous voting approval of ISO C++20, CppCon2020 (starts Monday September 13, 2020) with Bjarne Stroustrup’s opening keynote “The Power and Beauty of Primitive C++”, TIOBE’s Index for September 2020 headline “Programming Language C++ is doing very well”, C++ programming tips and tricks articles and READ MORE