I was wondering if anyone knew what library you have to include to get this function....
This is a discussion on The isprint() function within the C++ Programming forums, part of the General Programming Boards category; I was wondering if anyone knew what library you have to include to get this function.......
I was wondering if anyone knew what library you have to include to get this function....
in c++ with modern compilers.....
<cctype>
the functions are all in namespace std. So
#include<cctype>
using namespace std;
Free the weed!! Class B to class C is not good enough!!
And the FAQ is here :- http://faq.cprogramming.com/cgi-bin/smartfaq.cgi