28.04.2011, 11:24
Sizeof as the name sais will get the size of some array. In your case you declared string as a 50 cells big array. So it will get that "50" and place it instead of "sizeof(string)" when you compile it. So like someone already said, it's the same.
Edit: Wow, I had some big delay between when I clicked to post this, and when that actually got posted.
Edit: Wow, I had some big delay between when I clicked to post this, and when that actually got posted.

