Hello..

I've been programming for some time, but I have never been using c++ strings before.. Im not sure when should I use them and how? Always when I have to deal with char *? Im a little confused since im used to char *sth = new char[BUF_SIZE]; ..

Thanks for help