26.08.2010, 22:49
You didn't got me. I'm trying to get the size of string[0] using sizeof(string[0]) but I'm unable to, it wont compile. You can get the size only of the "string" - sizeof(string), but not any additional dimension like string[0], string[1], etc.