why there is no Headerfile named ctype (character type) yet i use it on TURBO C++ | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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 Réponse
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