Creating a function to lowercase a string.I forgot to include the parameters in the prototype -_- Thank you for the help.
Creating a function to lowercase a string.Here it is: error C2665: 'tolower' : none of the 2 overloads could convert all the argument types ...
Creating a function to lowercase a string.Thanks for the advice. I ended up with: [code] string tolower(string str) { int i = 0; char c; ...
Creating a function to lowercase a string.I have to implement: string tolower(string str) , which lowercases all alphabetic characters in the ...
This user does not accept Private Messages