Featured articles

I Love Xbase++ (ILX)
The portal for Xbase++ developers worldwide
  • Featured
Steffen F. Pirsig
Updated
3 min read
Views
1,732
Introduction When working with object-oriented programming (OOP), the concept of member variables and their visibility is fundamental. Xbase++ follows these principles, offering various visibility levels for member variables in classes. This article intends to explore these concepts in the...
  • Featured
Steffen F. Pirsig
3 min read
Views
2,151
Reaction score
1
The re-implementation of existing legacy software systems often faces significant challenges, and understanding these can illuminate why such projects frequently fail. This little write-up is far from complete but tries to create awareness regarding these important and very often underrated...
  • Featured
Steffen F. Pirsig
2 min read
Views
2,269
Background As you may have already realized, a PostgreSQL server or any SQL server in general is a "relatively" complicated story. The reason for that is basically that the server with the planner tries to replace you as a human. In ISAM you have the data model in mind, also the requirements of...