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

Browse in : > Topics > Programming

Watersheds and Waterfalls
Description : An introductory look at segmenting images into regions using a landscape analogy. by Stuart Golodetz
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. by Paul Grenyer

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. by Robert Jones