Post Categories
- Announcements (21)
- Examples (9)
- Software (35)
- C# (5)
- C++ (27)
- Shell scripting (3)
- wxWidgets (1)
- Tutorials (8)
- VHDL (3)
- Websites (7)
- Google Analytics (2)
- HTML/CSS (6)
- Javascript (1)
- MySQL (5)
- PHP (6)
- SEO (2)
- WordPress (1)
-
Recent Posts
Category Archives: Software
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
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
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
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