In c++, where should constant strings be placed?

Possibly better to use #define for these as well, rather than allocating additional memory for the consts.