|
-
January 10th, 2004, 08:13 PM
#1
Documentation on std::sort lost ??
I've looked everywhere I can think of and searched MSDN for "std::sort" but came up empty.
Anyone know where BIll Gates put the documentation on that fellow?
Thanks, if you kin help!
--------------------------------------------
http://www.volfirst.net/~sirjorj/index.html
---------------------------------------------
-
January 10th, 2004, 09:43 PM
#2
-
January 11th, 2004, 04:25 AM
#3
wow! This silence is deafening
Hard to believe that no one here knows the answer.
Maybe someone at least knows the prototype or has
had some experience with its use in sorting elements
of a structure.
--------------------------------------------
http://www.volfirst.net/~sirjorj/index.html
---------------------------------------------
-
January 11th, 2004, 05:22 AM
#4
By stating that "no one knows the answer" is unfair, to say the least.
If you did a search on CodeGuru, you would get at least 127 links to threads concerning std::sort. It has been discussed many times here.
Regards,
Paul McKenzie
-
January 11th, 2004, 05:55 AM
#5
Re: Documentation on std::sort lost ??
Originally posted by Sirjorj
I've looked everywhere I can think of and searched MSDN for "std::sort" but came up empty.
Well...I do not know where everywhere is...however the MSDN help for 'sort' can be found here...
-
January 11th, 2004, 11:41 AM
#6
I usually prefer to see simple examples :
for numerous examples of the C++ Standard library :
http://www.josuttis.com/libbook/toc.html
in particular:
sorting ascending and decending:
http://www.josuttis.com/libbook/algo/sort1.cpp.html
sort using predicate:
http://www.josuttis.com/libbook/algo/sort2.cpp.html
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|