I have seen size_t a few times and have done a little bit of research but still dont understand what it is. So basically I want to know what it is and why should i ever use it?
No i am going to use size_t i was just wondering what it was about. so if size_t is for an unsigned int, is there one for a signed int? also when would i ever use size_t?
and I can't see any use for a negative size, but I could be wrong.
Use it for functions that expect a variable representing a size, the functions listed by TheIdeasMan use it, and you can use it if you make a function requiring a size parameter.