Advertisement
Membership
Login
ACCU Buttons
Programming Topics
Browse in : |
All
> Topics
> Programming |
- Options:
- View Article Map
- View Archives
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: [ CVu Journal Vol 17, #1 - Feb 2005 ]
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: [ CVu Journal Vol 17, #1 - Feb 2005 ]
Category: [ CVu Journal Vol 17, #1 - Feb 2005 ]
Category: [ Overload Journal #64 - Dec 2004 ]
Description :
In the fourth installment of our series on cross-platform GUI programming with the Qt C++ toolkit, we are going to write a custom widget using Qt. The widget in question is a "scribble" widget (see Figure 1) - that is, the drawing area of a simple paint program
Category: [ CVu Journal Vol 16, #6 - Dec 2004 ]
Description :
In this article I will visit the mechanics of namespaces and anonymous namespaces and explain how they are used to solve some of the problems associated with linking C++ programs. Then I will move on to explain how they can also be used to provide context.
Category: [ CVu Journal Vol 16, #6 - Dec 2004 ]
Category: [ CVu Journal Vol 16, #6 - Dec 2004 ]
Description :
Part 3 - An Example Using Foundation
Category: [ CVu Journal Vol 16, #6 - Dec 2004 ]
Description :
This is a collection of notes I have made while porting an application from MFC to wxWidgets. It is intended partly as a tutorial and partly to document some of the roadblocks I met on the way.
Category: [ CVu Journal Vol 16, #5 - Oct 2004 ]
Description :
In this third installment of our series on GUI programming with the Qt C++ toolkit, we're going to show how to design dialog boxes (or "dialogs") using Qt.
Category: [ CVu Journal Vol 16, #5 - Oct 2004 ]
Description :
Since STL is a very large topic to be covered in an article or two, we will focus on the most commonly used generic classes: vector and string.
Category: [ CVu Journal Vol 16, #5 - Oct 2004 ]
Description :
In this part, I will be showing how to use the Glade application for rapid window creation.
Category: [ CVu Journal Vol 16, #5 - Oct 2004 ]
Source : microsoft visual c++, structured exception handling.
Category: [ Overload Journal #63 - Oct 2004 ]