iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439
Yes it belongs to the cctype header in C++ and ctype.h in C.
~s.o.s~
Failure as a human
11,938 posts since Jun 2006
Reputation Points: 3,281
Solved Threads: 734
>oes anyone know which include file is needed for functions; IsLetter (ch) and ToLower(ch) ?
There are no such functions in standard C++. The cctype header has isalpha and tolower, which is probably what you're referring to.
Narue
Bad Cop
15,460 posts since Sep 2004
Reputation Points: 6,464
Solved Threads: 1,401