User profile: davidmaxwaterman

User info
User name:davidmaxwaterman
History
Joined:
Number of posts:9
Latest posts:

position of automatic variables declaration wrt loops
FWIW, I compile and run that exact code on my Ubuntu Linux system with 'g++ (Ubuntu 4.4.3-4ubuntu5) ...

position of automatic variables declaration wrt loops
Ah, interesting that there is no memory allocation done for each iteration in case 2. I assumed memo...

position of automatic variables declaration wrt loops
In some code I'm looking over, I'm seeing a fair bit of this sort of thing : 1. [code] Type *pt...

function pointer question
yes, very interesting....I'll see if I can make use of that method :) thanks Max.

function pointer question
Yeah. While describing it to someone here, they said I was using the base class as an interface with...