Eric Hodel wrote: > On Dec 2, 2006, at 23:49 , Quâ½¥¦nh Trâ¼¥¡n wrote: >> Can you help me? >> I have project write for compare different C++ with ruby (EX: Class >> String ) > > I don't know about C++ strings, what are they like? That depends. If the OP is describing ordinary C++ strings (not the string class), they are like a traditional C string, e.g. a series of characters terminated with a zero byte. If the OP is referring to ANSI strings, this page may help describe it: http://www.msoe.edu/eecs/ce/courseinfo/stl/string.htm Unfortunately the original post doesn't say clearly which "string" is meant. -- Paul Lutus http://www.arachnoid.com