Posted by Ethan on July 16, 2000 at 22:55:08:
In Reply to: int toupper(int)? posted by HR on July 16, 2000 at 18:48:40:
: : there is a toupper function, i dont recall what parameters it takes or anything like that, just look it up in the MSDN if your using windows.
: my MSDN help file is damaged for some reason.
: "Attempting to use an invalid complied help (.chm) file."
: Anyways, doesn't toupper take and returns INT?
toupper is a standard function it takes a char and converts it to uppercase, ill give you 1 guess as to why it returns an it. think ascii ;)