Category Archives: Software

Posts about software, including programming techniques and programming projects that I am working on

Shell scripting tutorials – best references

Shell scripting is a powerful way of automating tasks. In these tutorials I refer to shell scripting to mean using the Bourne Shell (sh) or Bourne-Again Shell (bash) in a Unix (e.g. Linux) environment. However, I also use these scripts … Continue reading

Posted in Shell scripting, Software, Tutorials | Leave a comment

Example – STLplus Library Collection

STLplus is an open-source collection of C++ classes which I developed to put back in to the Open Source community a small fraction of the vast amount that I have got out of it. It is an extension to the … Continue reading

Posted in C++, Examples, Software, Websites | Leave a comment

Example – Dragon Financial

Dragon Financial is a London-based company trading in futures on exchanges around the world. They commissioned a bespoke trading program to act as a gateway between their own in-house trading software and the futures markets. The Dragon Gateway program (shown … Continue reading

Posted in C++, Examples, Software, wxWidgets | Leave a comment

STLplus 3.5 Released

This release incorporates a number of changes: additions, reworks and a bug fix. There’s also a new way of working with STLplus: the monolithic build.Added monolithic build optionRe-added simple_ptrReduced the number of disabled warnings for the Borlan… Continue reading

Posted in Announcements, C++, Software | Comments Off

STLplus 3.5 Released

This release incorporates a number of changes: additions, reworks and a bug fix. There’s also a new way of working with STLplus: the monolithic build.Added monolithic build option Continue reading

Posted in Announcements, C++, Software | Leave a comment

STLplus 3.4 Released

STLplus is a collection of reusable C++ components for developers already familiar with the STL. It contains template containers to extend the STL, reusable subsystems, data persistence (serialisation) and portability components.This release is a rewor… Continue reading

Posted in Announcements, C++, Software | Comments Off

STLplus 3.4 Released

STLplus is a collection of reusable C++ components for developers already familiar with the STL. It contains template containers to extend the STL, reusable subsystems, data persistence (serialisation) and portability components. Continue reading

Posted in C++, Software | Leave a comment

STLplus 3.3 Released

This release is to upgrade the status from Beta to Stable. There are no code changes from v3.2 and there have been no bug reports in the 6 months since v3.2 was released, confirming that the code is now stable. Continue reading

Posted in C++, Software | Comments Off

STLplus has passed 5000 downloads

Towards the end of March 2008 the STLplus library was downloaded for the 5000th time!This is for the source code projects stlplus and stlplus3 only, excluding the makefiles project. It also excludes users who choose to get the code using CVS. Continue reading

Posted in C++, Software | Comments Off

Makefiles 1.4 Released

Added support for include-only projects.Reworked documentation as an HTML manual.This version is the minimum needed for STLplus 3.2. Continue reading

Posted in Announcements, C++, Software | Comments Off