Ok so my first question is what does .begin() do?? I watched a tutorial that covered .find, .replace and .erase but not .begin. Please just give me a plain english answer like, it does this, Please dont give me a technical answer like this: size_t is basically an unsigned integer. It's a typedef. Ok, but what does it do? and that is also my question, what is size_t?
size_t is an integer that goes from 0 to at least the largest number of bytes your computer can hold. On a 32-bit computer, this value may be ~4 billion.