I declared:
auto_ptr<char> a(new char[20]);

My question is how I can initialize a with a string?