Click here to Skip to main content
15,889,281 members

Comments by Kodemaster123 (Top 7 by date)

Kodemaster123 27-Aug-12 22:29pm View    
Thanks! This solved my problem!

I noticed one error in your coding though:
if (personList[i].Rank < personList[i].Rank)
should have been
if (personList[i].Rank < personList[j].Rank)

Nobody's perfect

Thanks!!!!
Kodemaster123
Kodemaster123 27-Aug-12 4:38am View    
I forgot to mention that I can't use system.linq - is there any way to do this without using this lib?
Kodemaster123 10-Aug-12 19:39pm View    
I am using NASM to compile the ASM code and I would like to know how to write the data to the video memory.
Kodemaster123 8-Aug-12 3:27am View    
Thanks, we got the requiered information from our hosting provider and we will try and apply this tomorrow.
Kodemaster123 3-Jul-12 20:40pm View    
This does work, This may not be the best way of doing it but I will create a file that the other thread checks for to tell the other thread the status.