ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Programming Topics and Overload Journal #83 - Feb 2008

Options:
View Article Map
View Archives
Watersheds and Waterfalls
Description : An introductory look at segmenting images into regions using a landscape analogy.
Category: [ Design of applications and programs ]
Testing Visiting Files and Directories in C#
Description : Testing code that accesses the file system is not straightforward. Paul Grenyer looks at what is involved.

Generics Without Templates
Description : Robert Jones presents an alternative implementation of C++'s std::vector that can be used the absence of templates and exceptions.