position of automatic variables declaration wrt loopsFWIW, 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 loopsAh, interesting that there is no memory allocation done for each iteration in case 2. I assumed memo...
position of automatic variables declaration wrt loopsIn some code I'm looking over, I'm seeing a fair bit of this sort of thing : 1. [code] Type *pt...
function pointer questionyes, very interesting....I'll see if I can make use of that method :) thanks Max.
function pointer questionYeah. While describing it to someone here, they said I was using the base class as an interface with...