Thread
:
Need help with a program...
View Single Post
Feb 23rd, 2005, 10:46 PM
#
5
tempest
Programming Guru
Join Date: Oct 2004
Posts: 1,041
Rep Power:
6
use #include <ctype.h>
and do...
gasType = tolower(gasType);
and it'll convert it to lowercase making it easier to evaluate
__________________
tempest
View Public Profile
Find More Posts by tempest