When I compile my program, the compiler tells me that toupper() is an undeclaired variable. The library for this function has been included, so I'm wondering if I'm using it wrong or if the library may be corrupt?
This is how I'm using it:
XXX = toupper(getche());
This is how I'm using it:
XXX = toupper(getche());