I am working on a challenge, and I need to find out how many characters are in a string. I have tried size() and length() but they both give me an error (undeclared identifier). But aren't those two functions in the string header? Also, what is the differences between the two headers cstring and string?


EDIT: Oh, and I am using MSVC++6