about ctype[]

T

Tim Prince

hi
anyone plz help in knowing about the ctype[] and its usage
Perhaps you refer to an implementation of <string.h>. Unless your
specific question relates to standard C, this may be more topical in a
forum related to your library.
 
M

Markus Moll

Hi

hi
anyone plz help in knowing about the ctype[] and its usage

Anyone please rephrase this sentence?

Do you want to know about the library header ctype.h?

Markus
 
B

bharath539

Markus said:
Hi

hi
anyone plz help in knowing about the ctype[] and its usage

Anyone please rephrase this sentence?

Do you want to know about the library header ctype.h?

Markus
no i know about <ctype.h> but there is an array of characters which
stores info about the characters info means is it digit ,is it space
etc.. i want to know that array with full details and usage with an
example if u can
 
I

Ian Collins

Markus said:
Hi

(e-mail address removed) wrote:

hi
anyone plz help in knowing about the ctype[] and its usage

Anyone please rephrase this sentence?

Do you want to know about the library header ctype.h?

Markus

no i know about <ctype.h> but there is an array of characters which
stores info about the characters info means is it digit ,is it space
etc.. i want to know that array with full details and usage with an
example if u can
Please don't use silly abbreviations like 'u' and some punctuation and
capitalisation would make your post easier to read and understand.

Where do get the notion about an array? Just have a look in your
<ctype.h> and you will see hoe the functions and or macros are implemented.
 
K

Keith Thompson

Markus said:
anyone plz help in knowing about the ctype[] and its usage

Anyone please rephrase this sentence?

Do you want to know about the library header ctype.h?

Markus
no i know about <ctype.h> but there is an array of characters which
stores info about the characters info means is it digit ,is it space
etc.. i want to know that array with full details and usage with an
example if u can

There is no such array in standard C. Your system's implementation of
<ctype.h> might use such an array, or it might use something else
altogether. If there is, the way to use it is to use the documented
functions in <ctype.h>.
 
B

Ben Pfaff

Markus said:
anyone plz help in knowing about the ctype[] and its usage

Anyone please rephrase this sentence?

Do you want to know about the library header ctype.h?

Markus
no i know about <ctype.h> but there is an array of characters which
stores info about the characters info means is it digit ,is it space
etc.. i want to know that array with full details and usage with an
example if u can

It seems doubtful that there'd be an array by that name declared
in <ctype.h>, because the identifier "ctype" is not in the
implementation namespace. Are you sure it's not named __ctype,
_Ctype, or something of the sort?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,188
Messages
2,571,002
Members
47,591
Latest member
WoodrowBut

Latest Threads

Top