On 02 Dec 2008, at 03:11, Sooky Boo wrote: > In c++ the register keyword tries to make the compiler use the CPU's > registers if possible for the variable being defined. The register keyword is completely ignored by pretty much any modern C(++) compiler out there. Jonas