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

CVu Journal Vol 17, #1 - Feb 2005


171
Options:
View Article Map
View Archives

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

CVu V17 1 PDF

Administrator

16 November 2006 18:39:42 +00:00

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.


Category: [ Programming Topics ]
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.


Category: [ Programming Topics ]
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.


Category: [ Programming Topics ]