Is it possible to regrow memory allocated by operator new(), when allocated this way:
operator new()
char* buf = new char[60];
The C++ FAQ states
std::vector