This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Sorting data points


Hi Deosaran,

 Your problem sounds a bit more like a home work
assignment than a GCC problem;) Any way, you might
want to look at the STL, find a suitable container
providing itterators and have a look at the sorting
algorithms in STL. This way you wont have to do
much coding yourself, and you will get a pretty
efficient solution:)

Yours sincerely,

Bjorn


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]