blog.skegging-it-out.net
Skegging It Out: Installing Digital Mars C/C++ compiler on Windows
http://blog.skegging-it-out.net/2011/01/installing-digital-mars-cc-compiler-on.html
Thursday, January 6, 2011. Installing Digital Mars C/C compiler on Windows. This post describes how to download and configure the Digital Mars. C/C compiler (DMC ) for Windows. From http:/ ftp.digitalmars.com/Digital Mars C /Patch/dm852c.zip. Unzip into C: Programs dm Compilers dm852. Creating the directory compiler suite root directory C: Programs dm Compilers dm852 dm. Download STLport 4.5.3. From http:/ ftp.digitalmars.com/Digital Mars C /STL/stlport.zip. Unzip into C: Programs dm Compilers dm852.
blog.pantheios.org
Pantheios Tips 'n' Tricks: Extended Radio Silence - ending in Q3 2012
http://blog.pantheios.org/2012/05/extended-radio-silence-ending-in-q3.html
Pantheios Tips 'n' Tricks. The diary of the world's fastest, most flexible, and most robust C logging API library. Monday, May 21, 2012. Extended Radio Silence - ending in Q3 2012. August 30, 2013 at 11:58 AM. I have a three-year-old project that uses Pantheios. It works great! With Apple deprecating GCC, Ive been working on porting the project to Clang. Sadly, my attempts to incorporate Pantheios are thwarted by STLSoft complaining Standard library not recognised. February 24, 2015 at 11:54 AM. We write...
blog.imperfectcplusplus.com
Imperfect C++: Imperfect C++ Inventions: introduction
http://blog.imperfectcplusplus.com/2009/12/imperfect-c-inventions-introduction.html
This blog contains information about my book Imperfect C. Additional information about imperfections that are discussed in the book, and new imperfections that have been highlighted since the book's publication. Friday, December 4, 2009. Imperfect C Inventions: introduction. Recently, I've been asked by a couple of readers to enumerate the inventions. As opposed to techniques, or already established technologies) introduced in Imperfect C. Empty Derived Optimization (EDO). And Handle: Ref Wrapper. And, o...
blog.pantheios.org
Pantheios Tips 'n' Tricks: May 2012
http://blog.pantheios.org/2012_05_01_archive.html
Pantheios Tips 'n' Tricks. The diary of the world's fastest, most flexible, and most robust C logging API library. Monday, May 21, 2012. Extended Radio Silence - ending in Q3 2012. Subscribe to: Posts (Atom). CRT SECURE NO DEPRECATE. Pantheios be file setFilePath. Extended Radio Silence - ending in Q3 2012. Software development consultant to a diverse mix of contented Australian and international clients, on behalf of Synesis Software. C/C /C#/Go/Ruby library designer. Extended STL, volume 1.
blog.stlsoft-musings.net
Musings on the life and times of the STLSoft libraries: December 2008
http://blog.stlsoft-musings.net/2008_12_01_archive.html
Musings on the life and times of the STLSoft libraries. Musings of an STL-extension library. Designer (who's renowned for producing high-quality software with low-quality documentation). Tuesday, December 30, 2008. Working with other libraries, part 1: Loki performance testing in FastFormat. S performance test programs are available from the command-line, via " make -e test.performance. Since 0.2.1 alpha 2. The distribution has included support for testing against Boost. Defined - under which the boost.
blog.stlsoft-musings.net
Musings on the life and times of the STLSoft libraries: January 2009
http://blog.stlsoft-musings.net/2009_01_01_archive.html
Musings on the life and times of the STLSoft libraries. Musings of an STL-extension library. Designer (who's renowned for producing high-quality software with low-quality documentation). Saturday, January 24, 2009. Memcpy() / bcopy() / strncpy(): char copy(). Well, as you've probably already noticed, I've started removing dependencies on the so-called "unsafe" string library functions from all my open-source libraries. Libraries. The latest release. Class template, which is an STL extension. Throughout t...
blog.stlsoft-musings.net
Musings on the life and times of the STLSoft libraries: STLSoft 1.9.98 changes to stlsoft::split()
http://blog.stlsoft-musings.net/2010/06/stlsoft-1998-changes-to-stlsoftsplit.html
Musings on the life and times of the STLSoft libraries. Musings of an STL-extension library. Designer (who's renowned for producing high-quality software with low-quality documentation). Sunday, June 6, 2010. STLSoft 1.9.98 changes to stlsoft: split(). As of STLSoft 1.9.98. Has been enhanced to be able to split into between two and six fragments. Previously you would have use intermediates to split into more fields, as in:. Std: string line = "abc def ghi jkl";. Stlsoft: string view dummy1;. Dealing with...
blog.stlsoft-musings.net
Musings on the life and times of the STLSoft libraries: May 2009
http://blog.stlsoft-musings.net/2009_05_01_archive.html
Musings on the life and times of the STLSoft libraries. Musings of an STL-extension library. Designer (who's renowned for producing high-quality software with low-quality documentation). Friday, May 29, 2009. Frequency map: new merge() method. The stlsoft: frequency map. Container class template now includes a merge(). Method, which allows the contents from two frequency map instances to be merged into one, as in:. Typedef std: string string t;. Typedef stlsoft: frequency map string t fmap t;. XTESTS TES...
blog.stlsoft-musings.net
Musings on the life and times of the STLSoft libraries: November 2009
http://blog.stlsoft-musings.net/2009_11_01_archive.html
Musings on the life and times of the STLSoft libraries. Musings of an STL-extension library. Designer (who's renowned for producing high-quality software with low-quality documentation). Saturday, November 21, 2009. STLSoft 1.9.88 imminent. I'm just preparing a new release of recls. And in the process have needed to enhance winstl: basic findfile sequence. Adding a new throwOnAccessFailure. And the new recls 100% .NET. Links to this post. Subscribe to: Posts (Atom). CRTDBG ALLOC MEM DF.