Jean-Marc Lasgouttes wrote:
Abdelrazak Younes <[EMAIL PROTECTED]> writes:I personally prefer this style: if (i == string::npos) // delimiter was not found break; n = n.substr(0, i); <more code here>Remember our discussions about iterating code? This is generally the kind of things I find out on the second iteration :)
Sure. I just wanted to share my obviously good taste with the list :-) Abdel.