Click here to Skip to main content
15,905,325 members
Home / Discussions / C#
   

C#

 
AnswerRe: Drag Event [modified] Pin
Mike Hankey20-Oct-07 10:33
mveMike Hankey20-Oct-07 10:33 
Questionline to mouse Pin
MasterSharp19-Oct-07 11:23
MasterSharp19-Oct-07 11:23 
AnswerRe: line to mouse Pin
led mike19-Oct-07 11:37
led mike19-Oct-07 11:37 
GeneralRe: line to mouse Pin
MasterSharp19-Oct-07 11:50
MasterSharp19-Oct-07 11:50 
GeneralRe: line to mouse Pin
Luc Pattyn19-Oct-07 12:03
sitebuilderLuc Pattyn19-Oct-07 12:03 
GeneralRe: line to mouse Pin
MasterSharp19-Oct-07 12:06
MasterSharp19-Oct-07 12:06 
Questionhow to sort an int arraylist Pin
Daniel_Logan19-Oct-07 11:10
Daniel_Logan19-Oct-07 11:10 
AnswerRe: how to sort an int arraylist Pin
garyshort19-Oct-07 11:32
garyshort19-Oct-07 11:32 
Hi Daniel,

This sounds like homework to me so best I don't just give you the answer, better if I teach you to fish eh? Smile | :)

Firstly, I'd say why are you using an arraylist if you know they are all going to be integers and you know how many there are? Best you use int[] and save the boxing and unboxing associated with an arraylist.

Once you have done that, Google how to sort an array of integers.



--
Cheers,
Gary
http://www.garyshort.org

GeneralRe: how to sort an int arraylist Pin
Daniel_Logan19-Oct-07 12:00
Daniel_Logan19-Oct-07 12:00 
GeneralRe: how to sort an int arraylist Pin
garyshort19-Oct-07 12:07
garyshort19-Oct-07 12:07 
GeneralRe: how to sort an int arraylist Pin
Daniel_Logan19-Oct-07 12:12
Daniel_Logan19-Oct-07 12:12 
GeneralRe: how to sort an int arraylist Pin
garyshort19-Oct-07 12:24
garyshort19-Oct-07 12:24 
GeneralRe: how to sort an int arraylist Pin
Daniel_Logan19-Oct-07 12:29
Daniel_Logan19-Oct-07 12:29 
GeneralRe: how to sort an int arraylist Pin
garyshort19-Oct-07 13:07
garyshort19-Oct-07 13:07 
GeneralRe: how to sort an int arraylist Pin
Daniel_Logan19-Oct-07 13:10
Daniel_Logan19-Oct-07 13:10 
GeneralRe: how to sort an int arraylist Pin
Daniel_Logan19-Oct-07 13:12
Daniel_Logan19-Oct-07 13:12 
GeneralRe: how to sort an int arraylist Pin
garyshort19-Oct-07 13:16
garyshort19-Oct-07 13:16 
GeneralRe: how to sort an int arraylist Pin
kartzforu20-Oct-07 1:17
kartzforu20-Oct-07 1:17 
GeneralRe: how to sort an int arraylist Pin
Guffa19-Oct-07 20:50
Guffa19-Oct-07 20:50 
GeneralRe: how to sort an int arraylist Pin
Ravi Bhavnani19-Oct-07 16:59
professionalRavi Bhavnani19-Oct-07 16:59 
GeneralRe: how to sort an int arraylist Pin
garyshort20-Oct-07 6:20
garyshort20-Oct-07 6:20 
GeneralRe: how to sort an int arraylist Pin
Ravi Bhavnani20-Oct-07 7:07
professionalRavi Bhavnani20-Oct-07 7:07 
GeneralRe: how to sort an int arraylist Pin
Colin Angus Mackay20-Oct-07 7:12
Colin Angus Mackay20-Oct-07 7:12 
GeneralRe: how to sort an int arraylist Pin
Ravi Bhavnani20-Oct-07 7:17
professionalRavi Bhavnani20-Oct-07 7:17 
GeneralRe: how to sort an int arraylist Pin
lmoelleb19-Oct-07 21:30
lmoelleb19-Oct-07 21:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.