urgent

what are additional C++ techniques available to implement algorithms to process data types other than integers.
what you mean process data type?
sorting?
yes :)
update please
Other than integers we have floats, chars, doubles, strings, and lots of other object types.
yea i require algorithms which can be used to sort them
They're the same algorithms you would use for int.
Have you tried, for example, a search on google for sorting algorithms?
1
2
3
4
#include< algorithm >

sorting< first_iterator , last_iterator >
Topic archived. No new replies allowed.