I'm trying to create a string array in C++ const int pocetJmena = 8; string jmena = new string; jmena = ...
forums.devx.com