String sorting using STL
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I am sorting a list of string using STL list's sort() function. It is performing well only if list contains less than 32768 records. But what if records exceed more than this ? Can anybody help me. ???? Thanxs a lot. C.R.Naik
I assume you are using MSVC6 and haven't applied the bugfixes.