the code i have is
{
cout << "Please Enter the title as a lowercase value";
getline (cin,title);
string mystr = "example";
for (size_t = int i; i < mystr.size(i);i++); //we need i's type to match the type of mystr.size()
{ //leaving it as an int will elicit a warning from the compiler in some cases
mystr[i] = tolower(allTitles[0][i]); //your books are already in an array so just
mystr // [n] is that what your are hinting at
{
the extra int by kepping i int is ignored by the complier i need to define this function i am really confused about it sorry