please help me..............
i) Why does C++ have a string class when there is already char * (a pointer to type character)?
ii) How does C++'s string differ from C' string class?
[164 byte] By [
m666] at [2007-11-11 10:08:03]

# 1 Re: please help me..............
I think u can get more support if you put this in c++ forum .
*when we want to update the old array of characters to a new enteractive object "string" , they have created the classic cstring , it contains many usufull function that could be used fastly and safely ... the update for this was the new string class that contains new functions , c++ methods like overloading the "=" operator and other many updates that was usefull for programmers to have fastest implimentation using the new type string insteed of array of chars .
Amahdy at 2007-11-11 20:59:22 >
