+ 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....
1 Antwort
0
There's no #include<ctype> header file available in C++ instead you can use #include<cctype> or #include<ctype.h>