Tagged Questions
7
votes
10answers
3k views
size_t vs int in C++ and/or C
Why is it that in C++ containers, it returns a size_type rather than an int? If we're creating our own structures, should we also be encouraged to use size_type?