Click here to Skip to main content
15,895,256 members
Home / Discussions / C#
   

C#

 
AnswerRe: DataGrid Pin
stancrm3-Sep-09 22:48
stancrm3-Sep-09 22:48 
GeneralRe: DataGrid Pin
Wamuti3-Sep-09 23:04
Wamuti3-Sep-09 23:04 
GeneralRe: DataGrid Pin
stancrm4-Sep-09 0:28
stancrm4-Sep-09 0:28 
AnswerRe: DataGrid Pin
Calla4-Sep-09 0:11
Calla4-Sep-09 0:11 
GeneralRe: DataGrid Pin
Greg Chelstowski4-Sep-09 1:19
Greg Chelstowski4-Sep-09 1:19 
GeneralRe: DataGrid Pin
Calla4-Sep-09 2:57
Calla4-Sep-09 2:57 
Questionforeach listview and webbrowser document completed passing variables Pin
iNutR3-Sep-09 22:35
iNutR3-Sep-09 22:35 
QuestionNeed Help: Converting int[] based Radix Sort to string[] based Radix Sort [modified] Pin
gamer11273-Sep-09 22:14
gamer11273-Sep-09 22:14 
Hello. I got a code here in codeproject.com about radix sorting but it only sorts int based data. I want to use it to sort a string based data. My first try is I got first the ASCII codes of each characters in the strings then passed it in the radix sort code but what it gives me is totally different.

This is the link of the code that I got:

click here

Here is the output after getting the ASCII codes and pass it to the radix sort:

SHOW DATABASE: SORTING BY LAST NAME

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

97

97

97

110

110

111

111

111

114

115

115

115

117

122

122


What should I do for it to be able to sort string?

modified on Friday, September 4, 2009 6:02 AM

AnswerRe: Need Help: Converting int[] based Radix Sort to string[] based Radix Sort Pin
Richard MacCutchan4-Sep-09 0:04
mveRichard MacCutchan4-Sep-09 0:04 
AnswerRe: Need Help: Converting int[] based Radix Sort to string[] based Radix Sort Pin
Luc Pattyn4-Sep-09 0:56
sitebuilderLuc Pattyn4-Sep-09 0:56 
QuestionPassing paramaters to Process Pin
cdpace3-Sep-09 22:12
cdpace3-Sep-09 22:12 
AnswerRe: Passing paramaters to Process Pin
stancrm3-Sep-09 22:16
stancrm3-Sep-09 22:16 
GeneralRe: Passing paramaters to Process Pin
cdpace3-Sep-09 22:23
cdpace3-Sep-09 22:23 
GeneralRe: Passing paramaters to Process Pin
stancrm3-Sep-09 22:33
stancrm3-Sep-09 22:33 
GeneralRe: Passing paramaters to Process Pin
Dave Kreskowiak4-Sep-09 2:25
mveDave Kreskowiak4-Sep-09 2:25 
GeneralRe: Passing paramaters to Process Pin
cdpace4-Sep-09 3:34
cdpace4-Sep-09 3:34 
QuestionHow to read image data in a byte array from one form to another form in C#? Pin
ali6853-Sep-09 21:12
ali6853-Sep-09 21:12 
AnswerRe: How to read image data in a byte array from one form to another form in C#? Pin
SeMartens3-Sep-09 21:34
SeMartens3-Sep-09 21:34 
AnswerRe: How to read image data in a byte array from one form to another form in C#? Pin
DaveyM693-Sep-09 22:08
professionalDaveyM693-Sep-09 22:08 
GeneralRe: How to read image data in a byte array from one form to another form in C#? Pin
N a v a n e e t h3-Sep-09 22:19
N a v a n e e t h3-Sep-09 22:19 
QuestionHow to retrieve data from database Pin
lalit143-Sep-09 20:56
lalit143-Sep-09 20:56 
AnswerRe: How to retrieve data from database Pin
lalit143-Sep-09 20:57
lalit143-Sep-09 20:57 
GeneralRe: How to retrieve data from database Pin
stancrm3-Sep-09 21:08
stancrm3-Sep-09 21:08 
GeneralRe: How to retrieve data from database Pin
lalit143-Sep-09 21:40
lalit143-Sep-09 21:40 
AnswerRe: How to retrieve data from database Pin
CoderForEver3-Sep-09 21:33
CoderForEver3-Sep-09 21:33 

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.