PDA

View Full Version : ctype programm compilation



srinivasvenkata
August 31st, 2012, 11:57 AM
i wrote a programm in c++.it includes ctype header file.
while compiling it using command g++ sri.cpp it is showing error
fatal error: ctype: No such file or directory

kindly help me out at this.

spjackson
August 31st, 2012, 12:23 PM
This recent thread (http://ubuntuforums.org/showthread.php?t=2046472) contains a C++ example using


#include <cctype>

Does this example compile for you? If so, what are you doing differently?