954,487 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

include file needed

Does anyone know which include file is needed for functions; IsLetter (ch) and ToLower(ch) ?

Dick

CRD
Light Poster
31 posts since Apr 2007
Reputation Points: 10
Solved Threads: 0
 

ctype.h ? I dunno.

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
Administrator
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
Administrator
15,460 posts since Sep 2004
Reputation Points: 6,464
Solved Threads: 1,401
 

Thank you all very much for the help it's appreciated.
Dick

CRD
Light Poster
31 posts since Apr 2007
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You