30 Apr
2004
30 Apr
'04
11:34 p.m.
In article
string s2 = lexical_cast<string>((int)c) // s2 = "65"
I would have written int(c) instead of (int)c because compilers perform more useful checking on the constructor than they do on the cast, but that's all. meeroh -- If this message helped you, consider buying an item from my wish list: http://web.meeroh.org/wishlist