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: Announcements
STLplus 3.2 (beta) Released
Updated from Alpha to Beta status.If you are using my makefiles, you need to upgrade to at least v1.4 of the makefiles package.This release includes the following bug-fixes and modifications:- Added dynaload class to portability library- Softened depen… Continue reading
Posted in Announcements, C++, Software
Comments Off
STLplus3 version 3.0 (alpha) Released
Note: STLplus version 3 is not backwards-compatible with STLplus version 2.You should only make the changeover if you are prepared to do some portingwork or if you are starting a new project.Use at Your Own Risk: STLplus version 3.0 is classified as an… Continue reading
Posted in Announcements, C++, Software
Comments Off
STLplus3 version 3.0 (alpha) Released
Note: STLplus version 3 is not backwards-compatible with STLplus version 2.You should only make the changeover if you are prepared to do some portingwork or if you are starting a new project.Use at Your Own Risk: STLplus version 3.0 is classified as an… Continue reading
Posted in Announcements, C++, Software
Comments Off
STLplus 2.6 released
Further fixes to compatibility problems and some tidying up: – Fixed compatibility bugs so STLplus compiles with gcc v4.1 – Fixed compatibility bugs to support Visual Studio 6 And a few more minor changes. Note: please use existing makefile packag… Continue reading
Posted in Announcements, C++, Software
Comments Off
STLplus 2.6 released
Further fixes to compatibility problems and some tidying up: – Fixed compatibility bugs so STLplus compiles with gcc v4.1 – Fixed compatibility bugs to support Visual Studio 6 And a few more minor changes. Note: please use existing makefile packag… Continue reading
Posted in Announcements, C++, Software
Comments Off
STLplus 2.5 released
Fixes to compatibility problems and some tidying up:- Fixed compatibility bug so STLplus compiles with gcc v4- fixed bug in file_system definition of read_mode- updated documentation for iterators to match the code- rationalised the use of typename to … Continue reading
Posted in Announcements, C++, Software
Comments Off
STLplus 2.4 released
Minor update to include two bug fixes. This release also re-includes the class foursome which used to be called quadruple but was removed due to a name clash. See the Change Notes (http://stlplus.sourceforge.net/stlplus/docs/changes.html) for more deta… Continue reading
Posted in Announcements, C++, Software
Comments Off
STLplus 2.3 Released
This is a minor release which introduces two changes: a new set of smart pointer classes and a rewrite to make the library compatible with gcc v3.4 which has much stricter adherence to the C++ standard. Continue reading
Posted in Announcements, C++, Software
Comments Off
STLplus 2.2 Released
This is the latest file release of the STLplus C++ library.The main change is to the licensing. The old license was too restrictive to meet my aims for the library. I have changed to the more open and much more simple BSD license. This places no restri… Continue reading
Posted in Announcements, C++, Software
Comments Off
STLplus version 2.1
STLplus is a collection of reusable C++ components for developers already familiar with the STL. It contains abstract data types to extend the STL, reusable components, data persistence and portability components. The collection is general-purpose and … Continue reading
Posted in Announcements, C++, Software
Comments Off