Click here to Skip to main content
15,914,419 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Difficult to sort Pin
Johnny J.11-Feb-15 23:20
professionalJohnny J.11-Feb-15 23:20 
GeneralRe: Difficult to sort Pin
FIorian Schneidereit12-Feb-15 0:29
FIorian Schneidereit12-Feb-15 0:29 
GeneralRe: Difficult to sort : SOLVED!! Pin
newton.saber12-Feb-15 2:08
newton.saber12-Feb-15 2:08 
GeneralRe: Difficult to sort : SOLVED!! Pin
#realJSOP12-Feb-15 2:11
professional#realJSOP12-Feb-15 2:11 
GeneralRe: Difficult to sort : SOLVED!! Pin
newton.saber12-Feb-15 2:16
newton.saber12-Feb-15 2:16 
GeneralRe: Difficult to sort : SOLVED!! Pin
Freak3012-Feb-15 2:29
Freak3012-Feb-15 2:29 
GeneralRe: Difficult to sort : SOLVED!! Pin
newton.saber12-Feb-15 2:30
newton.saber12-Feb-15 2:30 
GeneralRe: Difficult to sort : SOLVED!! Pin
PIEBALDconsult12-Feb-15 4:00
mvePIEBALDconsult12-Feb-15 4:00 
Start with this little beauty:

C#
string[] nos = {"", "first", "second", "third", "fourth", "fifth", "sixth", "seventh", "eighth", "nineth",
              "tenth", "eleventh", "twelfth", "thirteeth", "fourteenth", "fifteenth", "sixteenth", "seventeenth", "eighteenth", "nineteenth",
              "twenty", "twenty first", "twenty second", "twenty third", "twenty fourth", "twenty fifth", "twenty sixth", "twenty seventh", "twenty eigth", "twenty ninth",
              "thirty", "thirty first", "thirty second", "thirty third", "thirty fourth", "thirty fifth", "thirty sixth", "thirty seventh", "thirty eigth", "thirty ninth",
              "forty", "forty first", "forty second", "forty third", "forty fourth", "forty fifth", "forty sixth", "forty seventh", "forty eigth", "forty ninth",
              "fifty", "fifty first", "fifty second", "fifty third", "fifty fourth", "fifty fifth", "fifty sixth", "fifty seventh", "fifty eigth", "fifty ninth",
              "sixty", "sixty first", "sixty second", "sixty third", "sixty fourth", "sixty fifth", "sixty sixth", "sixty seventh", "sixty eigth", "sixty ninth",
              "seventy", "seventy first", "seventy second", "seventy third", "seventy fourth", "seventy fifth", "seventy sixth", "seventy seventh", "seventy eigth", "seventy ninth",
              "eighty", "eighty first", "eighty second", "eighty third", "eighty fourth", "eighty fifth", "eighty sixth", "eighty seventh", "eighty eigth", "eighty ninth",
              "ninety", "ninety first", "ninety second", "ninety third", "ninety fourth", "ninety fifth", "ninety sixth", "ninety seventh", "ninety eigth", "ninety ninth"
              };


(Note that you'll have to misspell some of the file names to match... Sigh | :sigh: )

http://www.codeproject.com/Feature/WeirdAndWonderful.aspx?fid=392254&select=4929745#xx4929745xx[^]
GeneralRe: Difficult to sort : SOLVED!! Pin
Kenneth Haugland12-Feb-15 4:51
mvaKenneth Haugland12-Feb-15 4:51 
GeneralRe: Difficult to sort : SOLVED!! Pin
Amarnath S12-Feb-15 2:30
professionalAmarnath S12-Feb-15 2:30 
GeneralRe: Difficult to sort : SOLVED!! Pin
PhilLenoir12-Feb-15 2:50
professionalPhilLenoir12-Feb-15 2:50 
GeneralRe: Difficult to sort : SOLVED!! Pin
newton.saber12-Feb-15 2:54
newton.saber12-Feb-15 2:54 
GeneralRe: Difficult to sort : SOLVED!! Pin
PhilLenoir12-Feb-15 2:58
professionalPhilLenoir12-Feb-15 2:58 
GeneralRe: Difficult to sort : SOLVED!! Pin
newton.saber12-Feb-15 3:14
newton.saber12-Feb-15 3:14 
GeneralRe: Difficult to sort : SOLVED!! Pin
PhilLenoir12-Feb-15 3:15
professionalPhilLenoir12-Feb-15 3:15 
GeneralRe: Difficult to sort Pin
BillWoodruff12-Feb-15 3:42
professionalBillWoodruff12-Feb-15 3:42 
GeneralRe: Difficult to sort Pin
Amarnath S12-Feb-15 3:46
professionalAmarnath S12-Feb-15 3:46 
GeneralRe: Difficult to sort Pin
BillWoodruff12-Feb-15 4:01
professionalBillWoodruff12-Feb-15 4:01 
GeneralRe: Difficult to sort Pin
#realJSOP12-Feb-15 4:29
professional#realJSOP12-Feb-15 4:29 
GeneralRe: Difficult to sort Pin
Kenneth Haugland12-Feb-15 6:30
mvaKenneth Haugland12-Feb-15 6:30 
AnswerRe: Difficult to sort Pin
Mario Majčica12-Feb-15 4:07
professionalMario Majčica12-Feb-15 4:07 
GeneralRe: Difficult to sort Pin
#realJSOP12-Feb-15 4:22
professional#realJSOP12-Feb-15 4:22 
JokeRe: Difficult to sort Pin
Bergholt Stuttley Johnson12-Feb-15 4:54
professionalBergholt Stuttley Johnson12-Feb-15 4:54 
GeneralRe: Difficult to sort Pin
#realJSOP12-Feb-15 5:44
professional#realJSOP12-Feb-15 5:44 
GeneralRe: Difficult to sort Pin
Bergholt Stuttley Johnson12-Feb-15 21:06
professionalBergholt Stuttley Johnson12-Feb-15 21:06 

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.