¡@

Home 

c++ Programming Glossary: swapcase

Identifier not found error on function call

http://stackoverflow.com/questions/8329103/identifier-not-found-error-on-function-call

I need one to make this work. Error with my function call swapCase. Main does not see swapCase for some reason that I'm not sure.. Error with my function call swapCase. Main does not see swapCase for some reason that I'm not sure of. #include cctype #include.. main char name 30 cout Enter a name cin.getline name 30 swapCase name cout Changed case is name endl _getch return 0 void swapCase..