character string functions in C++

Long story short I've tried using Visual Studio to get back into programming and I'm writing simple programs at the moment but I've come across this snag. I can't seem to get any of the character string functions to work.


For example the ischar() or isletter() function. I've added the string and math headers but the compiler still doesn't recognise the functions. Does anyone have an idea of what could be wrong Thanks



Answer this question

character string functions in C++