Hey guys,
I have a general question about what is and what is not included in standard C? I have a project and the instructor says we can only use anything that was included in C99. Because I have a heay experience in C++, I often find myself questioning whether this is in C or not. For instance, is toupper() and tolower() supported in C99?
Does anyone know where a reliable reference for stuff like this? I would purchase a book if it is affordable but I dont know a good book? But I would also be happy with an online refernece.
Thanks
Alex

For instance, is toupper() and tolower() supported in C99?

Yes.

Does anyone know where a reliable reference for stuff like this?

What better reference than the standard itself? :D It's the draft standard, but the difference between the final draft and the official standard is really just minor verbiage tweaks. While I wouldn't suggest basing a compiler on the draft, it's more than sufficient for end user programmers.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.