Computers |
|
| | #1 (permalink) |
| True Techie | When I try to use toupper, in Metroworks Codewarrior v 7.0, it tells me toupper is an undefined identifier, which we all know it's not a identifier, but an expression, and that does not need a header file to my knowledge, so what am I doing wrong?
__________________ ====|::::::::::::::::::::::::> \"If you don\'t know where you are going any road will take you there.\" |
| | |
| | #3 (permalink) |
| True Techie | Nevermind figured it out, I was used to a compiler at school, really old and you could use toupper(variableName); and with new versions have to have variableName = toupper(variableName);
__________________ ====|::::::::::::::::::::::::> \"If you don\'t know where you are going any road will take you there.\" |
| | |