std::vector question
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
how can i know how many elements the vector has?
-
size_type size() const; this is in all manuals and MSDN documentation. Max.
And on Intelissense too... ;P My latest articles: XOR tricks for RAID data protection Win32 process suspend/resume tool
-
how can i know how many elements the vector has?
size_type size() const; this is in all manuals and MSDN documentation. Max.