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

Pass the Parcel
Description : Python’s module and package system has many features. Steve Love explores some more advanced ones. by Steve Love

Using Compile Time Maps for Sorting
Description : Compile time sorting can be interesting. Norman Wilson shows how to sort a map. by Norman Wilson

Profiting from the Folly of Others
Description : Code referred to as a hack can raise an eyebrow. Alastair Harrison learns about accessing private members of C++ classes by investigating a header called UninitializedMemoryHacks.h by Alastair Harrison