On Sat, 2006-07-15 at 15:27 +0200, Hans-Werner Hilse wrote:
An updated patch is attached. It will probably need a bit of discussion if the command switch I've introduced is properly named (userdump), if the description fits and if the modus operandi is acceptable.
Hehe, I did a similar patch locally (attached), with slightly different naming and descriptions, but haven't tested it yet apart from that it compiles :)
By the way, is short-circuit if (...) evaluation (ie. for if (a && b), b is evaluated only if a is true) guaranteed in C++?