c++ string class concantenateI can't figure out how to write this ConCatenation member function for my Mystring class. I need it ...
c++ For Loop ErrorI can't figure out why i keep getting an error on this class member function Error states "Contr...
Function to change char array string to lower caseThis code ran well until i added in the ToLower function which is supposed to convert the char array...
Enter multiple strings into char arrayI am having issues getting this working. This is a simple program that is designed to ask a user if ...
check input and store value in arrayThis program works but i need to build an additional loop that will re-prompt a user if his initial ...