Try std::string, you'll like it!
Use c_str( ) carefully to interact with older code.
Don't sweat all the details, just allow defaults.
Avoid using [ ] all the time, use find( ), etc. when appropriate.