Hey,
A friend of mine and I noticed something the other day with the Dev-C++ C
standard libraries. How come toupper() is not in cstring.h but in another
library? This will mess up the code on other compilers. Are you trying to
make Dev-C++ ANSI-compliant?
Don