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 CVu Journal Vol 17, #1 - Feb 2005

Options:
View Article Map
View Archives
Wx - A Live Port - Part 3
Description :

In this, the final part of the series, Jon rounds off the port of an application from MFC to wxWidgets.



Memory For a Short Sequence of Assignment Statements
Description :

This is the second of a two part article describing an experiment carried out during the 2004 ACCU conference. The previous part was published in the previous issue of C Vu. This second part discusses how the if statement part of the problem affected subject performance.



Elephant - A C++ Memory Observer
Description :

Elephant is a C++ memory observer. It keeps track of all calls to new and delete via custom implementations of operator new and operator delete.