I understand that Microsoft Visual Studios Community 2013 has a problem with the initialization of arrays, but how do I work around this specifically for strings? And please try to explain the answer well, I am still quite new to this.
class a{
public:
string words[3] = {"cake","pie","steak"};
};