Thread: How to apply selection sort in a two-dimensional array

  1. #16
    and the Hat of Guessing tabstop's Avatar
    Join Date
    Nov 2007
    Posts
    14,336
    You've got a SelectionSort at the bottom that does arrays of ints. Did you ever bother to write one that does arrays of doubles?

  2. #17
    Registered User
    Join Date
    Mar 2008
    Posts
    33
    oh.. didnt see that.. thank you very much for your help

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 7
    Last Post: 07-28-2009, 03:15 PM
  2. Class Template Trouble
    By pliang in forum C++ Programming
    Replies: 4
    Last Post: 04-21-2005, 04:15 AM
  3. Unknown Memory Leak in Init() Function
    By CodeHacker in forum Windows Programming
    Replies: 3
    Last Post: 07-09-2004, 09:54 AM
  4. Replies: 5
    Last Post: 11-20-2001, 12:48 PM