Advertisement
Membership
Login
ACCU Buttons
Programming Topics and CVu Journal Vol 17, #1 - Feb 2005
Browse in : |
All
> Topics
> Programming
All > Journals > CVu > 171 Any of these categories |
- Options:
- View Article Map
- View Archives
Wx - A Live Port - Part 3
Description :
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 :
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 :
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.