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 site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.