std::string is itself a type, simply defining an array of it will work.
std::string strArray[5] = {""}; // Initialize each using empty string.