+ 1

why there is no Headerfile named ctype (character type) yet i use it on TURBO C++

I was trying to run a program To do a program to find the correct I type in the input by the user but I was unable to do as I was using the header file C type please help me....

19th Dec 2016, 1:53 PM
à€§à„à€‚à€†à€§à€Ÿà€° ‱ à€Šà„à€šà€żà€Żà€Ÿà€Šà€Ÿà€° ‱ à€”à„à€Żà€Ÿà€Șà€Ÿà€°
à€§à„à€‚à€†à€§à€Ÿà€° ‱ à€Šà„à€šà€żà€Żà€Ÿà€Šà€Ÿà€° ‱ à€”à„à€Żà€Ÿà€Șà€Ÿà€° - avatar
1 Antwort
0
There's no #include<ctype> header file available in C++ instead you can use #include<cctype> or #include<ctype.h>
20th Dec 2016, 3:21 PM
Roopesh Ratakonda